Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 23, 2013
An "enum" for Python 3
An unexpected perf feature
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
Clang builds a working 2.6.36 Kernel
Posted Oct 26, 2010 23:45 UTC (Tue) by Trelane (subscriber, #56877) [Link]
Posted Oct 30, 2010 12:32 UTC (Sat) by viro (subscriber, #7872) [Link]
extern void g(int *); void f(int m, int n) { struct foo { int a[n]; int b[n][m + 69]; } x; g(&x.b[1][1]); }
Yes, gcc is that sick.
Posted Oct 27, 2010 9:36 UTC (Wed) by jwakely (subscriber, #60262) [Link]
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds