Surprising. I'll try 4.4. cc -c -g -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I/home/jayk/src/gcc-4.5.0/gcc -I/home/jayk/src/gcc-4.5.0/gcc/. -I/home/jayk/src/gcc-4.5.0/gcc/../include -I/home/jayk/src/gcc-4.5.0/gcc/../libcpp/include -I/home/jayk/include -I/home/jayk/src/gcc-4.5.0/gcc/../libdecnumber -I/home/jayk/src/gcc-4.5.0/gcc/../libdecnumber/dpd -I../libdecnumber /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c -o tree-mudflap.o cc: Warning: /home/jayk/src/gcc-4.5.0/gcc/tree.h, line 4943: Formal parameter isn't an identifier. (badformalparm) #define build_call_expr(...)\ ------------------------^ cc: Warning: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1262: Too many actual parameters in macro call. (toomanyactls) call_stmt = build_call_expr (mf_register_fndecl, 4, -------------------------------^ cc: Warning: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1324: Too many actual parameters in macro call. (toomanyactls) tree call2_stmt = build_call_expr (mf_init_fndecl, 0); ---------------------------------------^ cc: Warning: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1332: Too many actual parameters in macro call. (toomanyactls) tree call_stmt = build_call_expr (mf_set_options_fndecl, 1, arg); ----------------------------------------^ cc: Error: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1262: In this statement, "__VA_ARGS__" is not declared. (undeclared) call_stmt = build_call_expr (mf_register_fndecl, 4, --------------^ cc: Error: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1262: In this statement, "build_call_expr_loc" expects 3 arguments, but 2 are supplied. (toofewargs) call_stmt = build_call_expr (mf_register_fndecl, 4, --------------^ cc: Error: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1324: In the initializer for call2_stmt, "__VA_ARGS__" is not declared. (undeclared) tree call2_stmt = build_call_expr (mf_init_fndecl, 0); ----------------------^ cc: Error: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1324: In the initializer for call2_stmt, "build_call_expr_loc" expects 3 arguments, but 2 are supplied. (toofewargs) tree call2_stmt = build_call_expr (mf_init_fndecl, 0); ----------------------^ cc: Error: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1332: In the initializer for call_stmt, "__VA_ARGS__" is not declared. (undeclared) tree call_stmt = build_call_expr (mf_set_options_fndecl, 1, arg); -----------------------^ cc: Error: /home/jayk/src/gcc-4.5.0/gcc/tree-mudflap.c, line 1332: In the initializer for call_stmt, "build_call_expr_loc" expects 3 arguments, but 2 are supplied. (toofewargs) tree call_stmt = build_call_expr (mf_set_options_fndecl, 1, arg); -----------------------^ make[3]: *** [tree-mudflap.o] Error 1
#define build_call_expr(...)\ build_call_expr_loc (UNKNOWN_LOCATION, __VA_ARGS__) -- Summary: gcc 4.5.0 requires c9x compiler to build Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jay dot krell at cornell dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44426