Attached (gzipped) fbmmx.i (from Xorg 6.8.2 xc/programs/Xserver/fb/fbmmx.c) gives "fbmmx.c:871: internal compiler error: in push_reload, at reload.c:1303" when compiled with 4.1.1 on i686-linux-gnu. This is probably a regression as I've previously compiled the same Xorg release fine with 4.1.0. GCC also emits lots of warnings, but no errors. --- GCC version [peter@electronic fb]$ gcc --version gcc (GCC) 4.1.1 --- GCC configured with ../g*/configure --prefix=/usr --enable-shared --enable-languages=c,c++,java --enable-threads --enable-__cxa_atexit --with-system-zlib --disable-multilib --- GCC command to trigger failure gcc -m32 -c -O2 -O9 -march=pentium4 -mtune=pentium4 -mmmx -msse -msse2 -pipe -ansi -pedantic -Wall -Wpointer-arith -Wundef -fno-merge-constants -c -mmmx -Winline --param inline-unit-growth=10000 --param large-function-growth=10000 fbmmx.i --- GCC output fbmmx.c:39: warning: specifying vector types with __attribute__ ((mode)) is depr ecated fbmmx.c:39: warning: use __attribute__ ((vector_size)) instead fbmmx.c:40: warning: specifying vector types with __attribute__ ((mode)) is depr ecated fbmmx.c:40: warning: use __attribute__ ((vector_size)) instead fbmmx.c:41: warning: specifying vector types with __attribute__ ((mode)) is depr ecated fbmmx.c:41: warning: use __attribute__ ((vector_size)) instead fbmmx.c:43: warning: ISO C90 does not support ?long long? fbmmx.c:79: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:80: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:81: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:82: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:83: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:84: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:85: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:86: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:87: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:88: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:89: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:90: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:91: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:92: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:93: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c:94: warning: ISO C90 forbids specifying subobject to initialize fbmmx.c: In function ?expand565?: fbmmx.c:306: warning: ISO C90 forbids mixed declarations and code fbmmx.c: In function ?fbCompositeSolidMask_nx8x8888mmx?: fbmmx.c:658: warning: ISO C90 does not support ?long long? fbmmx.c:701: warning: ISO C90 does not support ?long long? fbmmx.c: In function ?fbCompositeSolidMask_nx8x0565mmx?: fbmmx.c:764: warning: ISO C90 does not support ?long long? fbmmx.c:824: warning: ISO C90 does not support ?long long? fbmmx.c:871: internal compiler error: in push_reload, at reload.c:1303 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Created attachment 12124 [details] gzipped preprocessed source of testcase
Fixed in 4.1.2.