This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bootstrap failure: cxxmain.c:930: syntax error before `('


Ahem, the tree is getting extremely fragile this week. :-(

I believe the following patch

   2000-11-15  Kenneth Block  <kenneth.block@compaq.com>

        * cplus_dem.c: Add gnat demangler.  Add java to demangle style
        list.

installed by H-P is responsible for the following bootstrap failure
on i386-unknown-freebsd4.1 and sparc-sun-solaris2.6.

   gmake[3]: Leaving directory `/files/pfeifer/OBJ-1115-13:15/gcc'
   rm -f cxxmain.c
   ln -s /sw/test/gcc/gcc/gcc/../libiberty/cplus-dem.c cxxmain.c
   gcc -c -DMAIN  -DIN_GCC    -g  -W -Wall -Wwrite-strings
    -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
    -Wno-long-long  -DHAVE_CONFIG_H  -I. -I. -I/sw/test/gcc/gcc/gcc
    -I/sw/test/gcc/gcc/gcc/. -I/sw/test/gcc/gcc/gcc/config
    -I/sw/test/gcc/gcc/gcc/../include \ -DVERSION=\"2.97\" cxxmain.c
   :
   cxxmain.c:930: syntax error before `('
   :
   gmake[2]: *** [cxxmain.o] Error 1
   gmake[2]: Leaving directory `/files/pfeifer/OBJ-1115-13:15/gcc'
   gmake[1]: *** [stage_a] Error 2
   gmake[1]: Leaving directory `/files/pfeifer/OBJ-1115-13:15/gcc'

...where the line in question is the following:

    static void
--> DEFUN (grow_vect, (old_vect, size, min_size, element_size),
    void** old_vect

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]