------- Comment #4 from pinskia at gcc dot gnu dot org 2007-09-19 17:08 ------- (In reply to comment #3) > Awesome: thanks for doing these PR's Wolfgang. > > Andrew, you mean the attribute? No. I mean something like:
int f(int n) { __extension__ int h[n]; h[n-1] = 0; return h[n-1]; } Which gets of the pedwarn also. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33485