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]
Other format: [Raw text]

[Bug bootstrap/51599] [4.7 Regression] Bootstrap failure


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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-18
                 CC|                            |gerald at pfeifer dot com
     Ever Confirmed|0                           |1

--- Comment #5 from Gerald Pfeifer <gerald at pfeifer dot com> 2011-12-18 11:26:19 UTC ---
Same for my tests on i386-unknown-freebsd10 and x86_64-unknown-freebsd8
and minimal configure options --prefix and --with-gmp only.

The bootstrapping compiler is GCC 4.2.  Is it possible that this, the
bootstrapping compiler being older, makes a difference somehow?  I see
this in the failing invocation which does not use an absolute path name
for g++!

g++  -I/scratch/tmp/gerald/gcc-HEAD/libcpp -I.
-I/scratch/tmp/gerald/gcc-HEAD/li
bcpp/../include -I./../intl -I/scratch/tmp/gerald/gcc-HEAD/libcpp/include  -g
-O
2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic
-
Wno-long-long -Werror -fno-exceptions -fno-rtti
-I/scratch/tmp/gerald/gcc-HEAD/l
ibcpp -I. -I/scratch/tmp/gerald/gcc-HEAD/libcpp/../include -I./../intl
-I/scratc
h/tmp/gerald/gcc-HEAD/libcpp/include  -c -o identifiers.o -MT identifiers.o
-MMD
 -MP -MF .deps/identifiers.Tpo
/scratch/tmp/gerald/gcc-HEAD/libcpp/identifiers.c
cc1plus: error: unrecognized command line option "-Wno-narrowing"


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