> This is probably very low priority, maybe a release note? > > In the dim-and-musty-systems department, using > cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11
Too old a compiler. :-) > One gets: > > cc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC > -DHAVE_CONFIG_H -I. -I. -I../../../gcc-4.1.1-20060517/gcc > -I../../../gcc-4.1.1-20060517/gcc/. > -I../../../gcc-4.1.1-20060517/gcc/../include -I./../intl > -I../../../gcc-4.1.1-20060517/gcc/../libcpp/include > ../../../gcc-4.1.1-20060517/gcc/tree-ssa-structalias.c -o > tree-ssa-structalias.o > "../../../gcc-4.1.1-20060517/gcc/tree-ssa-structalias.c", line 1615: > warning: end-of-loop code not reached > cc: Fatal error in /opt/SUNWspro/bin/../WS6U1/bin/acomp > Status 138 > gmake[3]: *** [tree-ssa-structalias.o] Error 138 What happens if you configure with CC="cc -erroff"? -- Eric Botcazou