http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54334

             Bug #: 54334
           Summary: Unable to bootstrap using gcc 4.1.0 after
                    cxx-conversion merge
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: rmansfi...@qnx.com
              Host: i686-unknown-linux-gnu
            Target: i686-unknown-linux-gnu
             Build: i686-unknown-linux-gnu


Created attachment 28060
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28060
configure and build log

I've read on the ML that others have had issues and that fixes went in, and it
was working. But I'm still not able to bootstrap with rev 190543.

g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -fno-common  -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build
-I../../gcc/../include -I../../gcc/../libcpp/include 
-I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/bid -I../libdecnumber  
 \
                -o build/genflags.o ../../gcc/genflags.c
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not
for C
In file included from ../../gcc/rtl.h:29,
                 from ../../gcc/genflags.c:28:
../../gcc/vec.h:167: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:176: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:188: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:197: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:274: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:277: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:301: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:316: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:332: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:349: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:375: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:398: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:414: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:458: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:467: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:502: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
../../gcc/vec.h:509: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '<' token
...

Reply via email to