From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7452 invoked by alias); 27 Feb 2014 07:17:03 -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 7422 invoked by uid 48); 27 Feb 2014 07:17:00 -0000 From: "trippels at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/60353] New: [4.9 Regression] Firefox build failure #3 caused by r208157 Date: Thu, 27 Feb 2014 07:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: trippels 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc 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: 2014-02/txt/msg02678.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60353 Bug ID: 60353 Summary: [4.9 Regression] Firefox build failure #3 caused by r208157 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: trippels at gcc dot gnu.org CC: jason at gcc dot gnu.org r208157 causes: markus@x4 skia % cat test.ii struct A { A(int); }; typedef struct { A format; } B; markus@x4 skia % g++ -std=3Dc++11 -c test.ii test.ii: In constructor =E2=80=98B::B()=E2=80=99: test.ii:6:3: error: no matching function for call to =E2=80=98A::A()=E2=80= =99 } B; ^ test.ii:6:3: note: candidates are: test.ii:2:3: note: A::A(int) A(int); ^ test.ii:2:3: note: candidate expects 1 argument, 0 provided test.ii:1:8: note: constexpr A::A(const A&) struct A { ^ test.ii:1:8: note: candidate expects 1 argument, 0 provided test.ii:1:8: note: constexpr A::A(A&&) test.ii:1:8: note: candidate expects 1 argument, 0 provided test.ii: At global scope: test.ii:4:16: note: synthesized method =E2=80=98B::B()=E2=80=99 first requi= red here=20 typedef struct { ^ >>From gcc-bugs-return-444922-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Feb 27 07:19:24 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 8758 invoked by alias); 27 Feb 2014 07:19:24 -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 8716 invoked by uid 48); 27 Feb 2014 07:19:21 -0000 From: "roman.vasiliev at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/52015] std::to_string does not work under MinGW Date: Thu, 27 Feb 2014 07:19:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.6.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: roman.vasiliev at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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-02/txt/msg02679.txt.bz2 Content-length: 236 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52015 --- Comment #38 from Roman --- Created attachment 32221 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32221&action=edit yeld without -std=c++11