[Bug c/32529] ICE, typedef of function taking VLA

2007-06-27 Thread pa at panix dot com
--- Comment #3 from pa at panix dot com 2007-06-28 02:09 --- Not sure this is a duplicate. 28504 is fixed on my box, I need the 2-D VLA to trigger the ICE. void foo(void (*p)(int n, int x[n])) {} /* from 28504, ok */ typedef void (*foop)(int n, int x[n]); /* ok */ typedef void

[Bug c/32529] ICE, typedef of function taking VLA

2007-06-27 Thread pa at panix dot com
--- Comment #1 from pa at panix dot com 2007-06-28 01:15 --- Created an attachment (id=13798) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13798&action=view) preprocessed input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32529

[Bug c/32529] New: ICE, typedef of function taking VLA

2007-06-27 Thread pa at panix dot com
Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pa at panix dot com GCC host triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32529