From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30689 invoked by alias); 7 Feb 2015 13:13:22 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30613 invoked by uid 48); 7 Feb 2015 13:13:13 -0000 From: "ai.azuma at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/64967] New: [5 Regression] Bootstrap fails due to errors in libstdc++ sources with `--enable-symvers=gnu-versioned-namespace' Date: Sat, 07 Feb 2015 13:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ai.azuma at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00655.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64967 Bug ID: 64967 Summary: [5 Regression] Bootstrap fails due to errors in libstdc++ sources with `--enable-symvers=3Dgnu-versioned-namespace' Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: ai.azuma at gmail dot com Compile errors occur in stage 1 build of libstdc++ when trying to build GCC 5-20150201 with the following commands on an x86_64-unknown-linux-gnu machi= ne (Ubuntu 14.04 LTS): $ $SRCDIR/configure --enable-languages=3Dc,c++ --enable-symvers=3Dgnu-versioned-namespace $ make The actual error messages are too long to paste here, but the very beginnin= g of them are: /home/cryolite/work/gcc-bugs/20150207/objdir/./gcc/xgcc -shared-libgcc -B/home/cryolite/work/gcc-bugs/20150207/objdir/./gcc -nostdinc++ -L/home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/lib= stdc++-v3/src -L/home/cryolit e/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libstdc++-v3/src/.= libs -L/home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/lib= stdc++-v3/libsupc++/.libs -B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/local/x86 _64-unknown-linux-gnu/lib/ -isystem /usr/local/x86_64-unknown-linux-gnu/inc= lude -isystem /usr/local/x86_64-unknown-linux-gnu/sys-include -x c++-header -nostdinc++ -g -O2 -D_GNU_SOURCE=20 -I/home/cryolite/work/gcc-bugs/20150207/objdir/x86_6 4-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu -I/home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/lib= stdc++-v3/include -I/home/cryolite/work/gcc-bugs/20150207/gcc-5-20150201/libstdc++-v3/libsupc= ++ -O2 -g -std=3Dgnu++0x /home/cryolite/work/gcc-bugs/20150207/gcc-5-20150201/libstdc++-v3/include/p= recompiled/stdc++.h \ -o x86_64-unknown-linux-gnu/bits/stdc++.h.gch/O2ggnu++0x.gch In file included from /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/ios:38:0, from /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/istream:38, from /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/sstream:38, from /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/complex:45, from /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/ccomplex:38, from /home/cryolite/work/gcc-bugs/20150207/gcc-5-20150201/libstdc++-v3/include/p= recompiled/stdc++.h:52: /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/iosfwd:147:11: error: =E2=80=98basic_stringbuf=E2=80=99 does not name a type typedef basic_stringbuf stringbuf; ^ /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/iosfwd:150:11: error: =E2=80=98basic_istringstream=E2=80=99 does not name a type typedef basic_istringstream istringstream; ^ /home/cryolite/work/gcc-bugs/20150207/objdir/x86_64-unknown-linux-gnu/libst= dc++-v3/include/iosfwd:153:11: error: =E2=80=98basic_ostringstream=E2=80=99 does not name a type typedef basic_ostringstream ostringstream; ^ (snip) Bootstrap succeeds when `--enable-symvers=3Dgnu-versioned-namespace' is uns= et. >>From gcc-bugs-return-476323-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Feb 07 13:51:17 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 17103 invoked by alias); 7 Feb 2015 13:51:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 17051 invoked by uid 48); 7 Feb 2015 13:51:13 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/63897] [5 Regression] gcc.dg/torture/vector-2.c fails at on x86_64-apple-darwin14 Date: Sat, 07 Feb 2015 13:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: 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-02/txt/msg00656.txt.bz2 Content-length: 463 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63897 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #9 from Jakub Jelinek --- Assuming this is fixed. If not, please reopen.