--- 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
--- 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
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