stage1/xgcc -Bstage1/ -B/usr/local/gcc/gcc-4.1.0/vax-dec-ultrix4.3/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -f no-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc/gcc -I.. /../gcc/gcc/build -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include \ -o build/read-rtl.o ../../gcc/gcc/read-rtl.c cc1: warnings being treated as errors ../../gcc/gcc/read-rtl.c: In function 'join_c_conditions': ../../gcc/gcc/read-rtl.c:670: warning: missing sentinel in function call make[2]: *** [build/read-rtl.o] Error 1
The same error occurs with preprocessed source using x86 cross. -- Summary: read-rtl.c:670: warning: missing sentinel in function call Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: danglin at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: vax-dec-ultrix4.3 GCC host triplet: vax-dec-ultrix4.3 GCC target triplet: vax-dec-ultrix4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21014