From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6932 invoked by alias); 26 Feb 2014 12:58:47 -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 6828 invoked by uid 48); 26 Feb 2014 12:58:42 -0000 From: "trippels at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/60345] New: [4.9 Regression] r208159 cause Firefox build error Date: Wed, 26 Feb 2014 12:58: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/msg02601.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60345 Bug ID: 60345 Summary: [4.9 Regression] r208159 cause Firefox build error 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 With r208159 I get during Firefox build: markus@x4 src % g++ -w -c -std=3Dgnu++0x Parser.ii /var/tmp/mozilla-central/js/src/frontend/Parser.cpp: In member function =E2= =80=98bool js::frontend::ParseContext::define(js::frontend::TokenStream&, js::HandlePropertyN ame, js::frontend::ParseContext::Node, js::frontend::Definition::Kind) [with ParseHandler =3D js::frontend::FullParseHandler; js::HandlePropertyName =3D JS::Handle< js::PropertyName*>; js::frontend::ParseContext::Node =3D js::frontend::ParseNode*]=E2=80=99: /var/tmp/mozilla-central/js/src/frontend/Parser.cpp:132:37: error: no match= ing function for call to =E2=80=98js::InlineMap::remove(js:: HandlePropertyName&)=E2=80=99 lexdeps->remove(name); ^ /var/tmp/mozilla-central/js/src/frontend/Parser.cpp:132:37: note: candidates are: In file included from /var/tmp/mozilla-central/js/src/frontend/ParseMaps.h:13:0, from /var/tmp/mozilla-central/js/src/vm/Runtime.h:29, from /var/tmp/mozilla-central/js/src/jscntxt.h:15, from /var/tmp/mozilla-central/js/src/frontend/TokenStream.h:19, from /var/tmp/mozilla-central/js/src/frontend/ParseNode.h:= 12, from /var/tmp/mozilla-central/js/src/frontend/FullParseHandler.h:12, from /var/tmp/mozilla-central/js/src/frontend/Parser.h:17, from /var/tmp/mozilla-central/js/src/frontend/Parser-inl.h= :10, from /var/tmp/mozilla-central/js/src/frontend/Parser.cpp:2= 0: /var/tmp/mozilla-central/js/src/ds/InlineMap.h:282:10: note: void js::InlineMap::remove(js::InlineMap::= Ptr) [with K =3D JSAtom*; V =3D js::f rontend::DefinitionSingle; long unsigned int InlineElems =3D 24ul] void remove(Ptr p) { ^ /var/tmp/mozilla-central/js/src/ds/InlineMap.h:282:10: note: no known conversion for argument 1 from =E2=80=98js::HandlePropertyName {aka JS::Handle}=E2=80=99 to =E2=80=98js::In lineMap::Ptr=E2=80=99 /var/tmp/mozilla-central/js/src/ds/InlineMap.h:295:10: note: void js::InlineMap::remove(const K&) [with K =3D JSAtom*; V = =3D js::frontend::DefinitionSingle; lo ng unsigned int InlineElems =3D 24ul] void remove(const K &key) { ^ /var/tmp/mozilla-central/js/src/ds/InlineMap.h:295:10: note: no known conversion for argument 1 from =E2=80=98js::HandlePropertyName {aka JS::Handle}=E2=80=99 to =E2=80=98JSAtom * const&=E2=80=99 /var/tmp/mozilla-central/js/src/frontend/Parser.cpp: In member function =E2= =80=98bool js::frontend::ParseContext::define(js::frontend::TokenStream&, js::HandlePropertyN ame, js::frontend::ParseContext::Node, js::frontend::Definition::Kind) [with ParseHandler =3D js::frontend::SyntaxParseHandler; js::HandlePropertyName =3D JS::Handl e; js::frontend::ParseContext::Node =3D js::frontend::SyntaxParseHandler::Node]=E2=80=99: Reducing... >>From gcc-bugs-return-444845-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 26 13:05:50 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 15686 invoked by alias); 26 Feb 2014 13:05:50 -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 15659 invoked by uid 48); 26 Feb 2014 13:05:46 -0000 From: "trippels at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/60345] [4.9 Regression] r208159 causes Firefox build error Date: Wed, 26 Feb 2014 13:05: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: 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: 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/msg02602.txt.bz2 Content-length: 240 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60345 --- Comment #1 from Markus Trippelsdorf --- Created attachment 32218 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32218&action=edit unreduced testcase