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

* [Bug c++/66304] Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-05-27 12:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #1)
> I suppose you are reporting this against trunk.

Yeah, sorry, it's really against trunk.
>From gcc-bugs-return-487389-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed May 27 12:52:13 2015
Return-Path: <gcc-bugs-return-487389-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 108438 invoked by alias); 27 May 2015 12:52:13 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 92156 invoked by uid 48); 27 May 2015 12:52:07 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/66304] [6 Regression] Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4
Date: Wed, 27 May 2015 12:52:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 6.0
X-Bugzilla-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 6.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: keywords bug_status cf_reconfirmed_on component target_milestone short_desc everconfirmed
Message-ID: <bug-66304-4-y0tbS4iSWe@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66304-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66304-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-05/txt/msg02229.txt.bz2
Content-length: 917

https://gcc.gnu.org/bugzilla/show_bug.cgi?idf304

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-05-27
          Component|c++                         |bootstrap
   Target Milestone|---                         |6.0
            Summary|Can't bootstrap on          |[6 Regression] Can't
                   |x86_64-linux-gnu with gcc   |bootstrap on
                   |4.3.4                       |x86_64-linux-gnu with gcc
                   |                            |4.3.4
     Ever confirmed|0                           |1

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed, btw.


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

* [Bug bootstrap/66304] [6 Regression] Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4
  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 ` jason at gcc dot gnu.org
  2015-05-27 16:09 ` jason at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jason at gcc dot gnu.org @ 2015-05-27 13:50 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org


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

* [Bug bootstrap/66304] [6 Regression] Can't bootstrap on x86_64-linux-gnu with gcc 4.3.4
  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
  2 siblings, 0 replies; 4+ messages in thread
From: jason at gcc dot gnu.org @ 2015-05-27 16:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed May 27 16:09:18 2015
New Revision: 223763

URL: https://gcc.gnu.org/viewcvs?rev=223763&root=gcc&view=rev
Log:
        PR bootstrap/66304
config/
        * warnings.m4 (ACX_PROG_CXX_WARNING_OPTS)
        (ACX_PROG_CXX_WARNINGS_ARE_ERRORS)
        (ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC): New.
        (ACX_PROG_CC_WARNING_OPTS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC)
        (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Push into C language context.
gcc/
        * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
        ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
        ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
        * configure: Regenerate.

Modified:
    trunk/config/ChangeLog
    trunk/config/warnings.m4
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac


^ 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).