The build fails with ../../gcc-trunk-svn/gcc/config/vxworks.c: In function vxworks_emutls_var_fields: ../../gcc-trunk-svn/gcc/config/vxworks.c:73:27: error: macro "build_decl" requires 4 arguments, but only 3 given ../../gcc-trunk-svn/gcc/config/vxworks.c:72:11: error: build_decl undeclared (first use in this function) ../../gcc-trunk-svn/gcc/config/vxworks.c:72:11: error: (Each undeclared identifier is reported only once ../../gcc-trunk-svn/gcc/config/vxworks.c:72:11: error: for each function it appears in.) ../../gcc-trunk-svn/gcc/config/vxworks.c:78:27: error: macro "build_decl" requires 4 arguments, but only 3 given ../../gcc-trunk-svn/gcc/config/vxworks.c:84:27: error: macro "build_decl" requires 4 arguments, but only 3 given
because in gcc/tree.h r148442 a new argument of type location_t was inserted in the first position in build_decl_stat(). I got the build to proceed by supplying UNKNOWN_LOCATION for this parameter (as in builtins.c). -- Summary: gcc/config/vxworks.c not compatible with gcc/tree Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: simon at pushface dot org GCC build triplet: i386-apple-darwin9.6.0 GCC host triplet: i386-apple-darwin9.6.0 GCC target triplet: powerpc-wrs-vxworks http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42695