public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/48354] New: internal compiler error: in splice_child_die, at dwarf2out.c:8064
@ 2011-03-30  8:18 wouter.vermaelen at scarlet dot be
  2011-03-30  9:28 ` [Bug debug/48354] " rguenth at gcc dot gnu.org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: wouter.vermaelen at scarlet dot be @ 2011-03-30  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error: in splice_child_die, at
                    dwarf2out.c:8064
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wouter.vermaelen@scarlet.be


I got this ICE when trying to compile the openMSX package using -flto. I
managed to reduce it to this:

> cat bug.ii
template<typename T> struct Identity { typedef T type; };
struct S {
        typedef void (S::*FP)();
        FP fp;
};
void g();
void f() {
        typedef Identity<S>::type Dummy;
        S s;
        g();
}

> g++-snapshot -r -nostdlib -g -flto bug.ii
...
bug.ii:11:1: internal compiler error: in splice_child_die, at dwarf2out.c:8064
...

I'm using revision trunk@171714.


This may or may not be a duplicate of bug 46135. Though the testcase looks very
different.


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

end of thread, other threads:[~2011-12-13 14:48 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-30  8:18 [Bug lto/48354] New: internal compiler error: in splice_child_die, at dwarf2out.c:8064 wouter.vermaelen at scarlet dot be
2011-03-30  9:28 ` [Bug debug/48354] " rguenth at gcc dot gnu.org
2011-04-25  0:06 ` hubicka at gcc dot gnu.org
2011-04-25  4:18 ` hjl.tools at gmail dot com
2011-05-24 15:10 ` rguenth at gcc dot gnu.org
2011-05-24 15:23 ` rguenth at gcc dot gnu.org
2011-05-24 15:44 ` rguenth at gcc dot gnu.org
2011-05-24 19:33 ` hubicka at ucw dot cz
2011-05-27 21:43 ` hubicka at gcc dot gnu.org
2011-05-30  9:09 ` rguenther at suse dot de
2011-05-30 12:01 ` rguenth at gcc dot gnu.org
2011-05-31 16:20 ` hubicka at gcc dot gnu.org
2011-06-01  8:56 ` rguenther at suse dot de
2011-06-01 13:51 ` rguenth at gcc dot gnu.org
2011-06-02  1:02 ` hubicka at gcc dot gnu.org
2011-11-01 19:00 ` howarth at nitro dot med.uc.edu
2011-11-02 18:10 ` howarth at nitro dot med.uc.edu
2011-12-09 12:34 ` rguenth at gcc dot gnu.org
2011-12-12 16:19 ` rguenth at gcc dot gnu.org
2011-12-13 14:48 ` rguenth at gcc dot gnu.org
2011-12-13 14:53 ` rguenth 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).