public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/60347] New: [4.9 Regression] r208152 breaks Firefox build
@ 2014-02-26 19:23 trippels at gcc dot gnu.org
  2014-02-26 19:36 ` [Bug c++/60347] [4.9 Regression] r208153 " trippels at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-02-26 19:23 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 4005 bytes --]

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60347

            Bug ID: 60347
           Summary: [4.9 Regression] r208152 breaks Firefox build
           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

markus@x4 html % g++ -c -w -march=amdfam10 -std=gnu++0x -O2
Unified_cpp_parser_html1.ii
In file included from ../../dist/include/nsHashKeys.h:12:0,
                 from
/var/tmp/mozilla-central/parser/html/nsHtml5AtomTable.h:8,
                 from
/var/tmp/mozilla-central/parser/html/nsHtml5AttributeName.h:32,
                 from
/var/tmp/mozilla-central/parser/html/nsHtml5ReleasableAttributeName.h:8,
                 from
/var/tmp/mozilla-central/parser/html/nsHtml5ReleasableAttributeName.cpp:5,
                 from
/var/tmp/moz-build-dir/parser/html/Unified_cpp_parser_html1.cpp:2:
../../dist/include/nsAutoPtr.h: In instantiation of ‘nsRefPtr<T>::~nsRefPtr()
[with T = mozilla::dom::ShadowRoot]’:
/var/tmp/mozilla-central/parser/html/../../content/base/src/nsGenericDOMDataNode.h:247:9:
  required from here
../../dist/include/nsAutoPtr.h:900:13: error: invalid use of incomplete type
‘class mozilla::dom::ShadowRoot’
             mRawPtr->Release();
             ^
In file included from
/var/tmp/mozilla-central/parser/html/nsHtml5AttributeName.h:35:0,
                 from
/var/tmp/mozilla-central/parser/html/nsHtml5ReleasableAttributeName.h:8,
                 from
/var/tmp/mozilla-central/parser/html/nsHtml5ReleasableAttributeName.cpp:5,
                 from
/var/tmp/moz-build-dir/parser/html/Unified_cpp_parser_html1.cpp:2:
../../dist/include/nsIContent.h:25:7: error: forward declaration of ‘class
mozilla::dom::ShadowRoot’
 class ShadowRoot;
       ^
>From gcc-bugs-return-444875-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 26 19:24:54 2014
Return-Path: <gcc-bugs-return-444875-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 17929 invoked by alias); 26 Feb 2014 19:24:54 -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 17899 invoked by uid 48); 26 Feb 2014 19:24:51 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/60347] [4.9 Regression] r208152 breaks Firefox build
Date: Wed, 26 Feb 2014 19:24: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: <bug-60347-4-gMFG37c29J@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60347-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60347-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: 2014-02/txt/msg02632.txt.bz2
Content-length: 240

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`347

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Created attachment 32219
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id2219&actioníit
Unreduced testcase


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

end of thread, other threads:[~2014-02-27 17:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26 19:23 [Bug c++/60347] New: [4.9 Regression] r208152 breaks Firefox build trippels at gcc dot gnu.org
2014-02-26 19:36 ` [Bug c++/60347] [4.9 Regression] r208153 " trippels at gcc dot gnu.org
2014-02-26 20:07 ` jason at gcc dot gnu.org
2014-02-26 20:41 ` trippels at gcc dot gnu.org
2014-02-26 20:41 ` jason at gcc dot gnu.org
2014-02-26 21:33 ` jason at gcc dot gnu.org
2014-02-26 21:34 ` jason at gcc dot gnu.org
2014-02-27  9:05 ` rguenth at gcc dot gnu.org
2014-02-27 17:08 ` 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).