public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/66304] New: Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4
@ 2015-05-27 10:47 marxin at gcc dot gnu.org
  2015-05-27 12:21 ` [Bug c++/66304] " marxin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-05-27 10:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66304

            Bug ID: 66304
           Summary: Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4
           Product: gcc
           Version: 5.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: jason at gcc dot gnu.org
  Target Milestone: ---

Created attachment 35634
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35634&action=edit
config.log

Hello.

Starting from r223691, I have following error in stage1:

g++ -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format
-Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build
-I../../gcc/../include  -I../../gcc/../libcpp/include  \
        -o build/genmddeps.o ../../gcc/genmddeps.c
cc1plus: error: unrecognized command line option "-Wno-narrowing"

I see very suspicious lines in config.log file which I attached:

configure:6330: result: yes
configure:6382: checking for int64_t underlying type
configure:6406: g++ -c -g   conftest.cpp >&5
configure:6406: $? = 0
configure:6413: result: long
configure:6485: checking whether gcc supports -W
configure:6502: g++ -c -g   conftest.cpp >&5
configure:6502: $? = 0
configure:6511: result: yes
configure:6485: checking whether gcc supports -Wall
configure:6502: g++ -c -g   conftest.cpp >&5
configure:6502: $? = 0
configure:6511: result: yes
configure:6485: checking whether gcc supports -Wnarrowing
configure:6502: g++ -c -g   conftest.cpp >&5
configure:6502: $? = 0

Thanks,
Martin


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-27 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-27 10:47 [Bug c++/66304] New: Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4 marxin at gcc dot gnu.org
2015-05-27 12:21 ` [Bug c++/66304] " marxin at gcc dot gnu.org
2015-05-27 13:50 ` [Bug bootstrap/66304] [6 Regression] " jason at gcc dot gnu.org
2015-05-27 16:09 ` jason at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).