[Bug c/54428] ICE in gimplify_expr, at gimplify.c:7591

2012-08-30 Thread polacek at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54428 --- Comment #2 from Marek Polacek 2012-08-31 05:46:07 UTC --- Reduced. Note that the typedef is needed to trigger ICE. typedef double _Complex fftw_complex; extern fftw_complex *fftw_alloc_complex (int); int cf (int n) { int K = 75; int n

[Bug c/54428] ICE in gimplify_expr, at gimplify.c:7591

2012-08-30 Thread polacek at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54428 Marek Polacek changed: What|Removed |Added CC||polacek at redhat dot com --- Comment #1