From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19305 invoked by alias); 19 Sep 2014 09:25:27 -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 19236 invoked by uid 48); 19 Sep 2014 09:25:17 -0000 From: "dan at danny dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/63186] [4.9/5 Regression] Undefined .L* symbols because of fnsplit Date: Fri, 19 Sep 2014 09:25:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dan at danny dot cz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: 2014-09/txt/msg01890.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63186 --- Comment #5 from Dan Hor=C3=A1k --- Jan, can you backport the fix also to 4.9? It is causing a problem in Fedora where at least one build is failing due this problem. >>From gcc-bugs-return-462057-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Sep 19 09:35:00 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 24256 invoked by alias); 19 Sep 2014 09:34:59 -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 24170 invoked by uid 55); 19 Sep 2014 09:34:48 -0000 From: "paolo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/58328] [C++11] bogus: error: constructor required before non-static data member for Date: Fri, 19 Sep 2014 09:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: paolo at gcc dot gnu.org 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: 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: 2014-09/txt/msg01891.txt.bz2 Content-length: 469 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58328 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Sep 19 09:34:14 2014 New Revision: 215386 URL: https://gcc.gnu.org/viewcvs?rev=215386&root=gcc&view=rev Log: 2014-09-19 Paolo Carlini PR c++/58328 * g++.dg/cpp0x/nsdmi10.C: New. Added: trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi10.C Modified: trunk/gcc/testsuite/ChangeLog