public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/54655] New: [4.8 Regression] ICE in remap_gimple_stmt, at tree-inline.c:1468
@ 2012-09-21 12:51 markus at trippelsdorf dot de
  2012-09-21 13:44 ` [Bug tree-optimization/54655] " markus at trippelsdorf dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: markus at trippelsdorf dot de @ 2012-09-21 12:51 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54655
           Summary: [4.8 Regression] ICE in remap_gimple_stmt, at
                    tree-inline.c:1468
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: markus@trippelsdorf.de


During building of Firefox I get:

/var/tmp/mozilla-central/js/src/ion/IonBuilder.cpp: In member function ‘bool
js::ion::IonBuilder::jsop_getprop(js::HandlePropertyName)’:
/var/tmp/mozilla-central/js/src/ion/IonBuilder.cpp:5830:70: internal compiler
error: in remap_gimple_stmt, at tree-inline.c:1468
                                         &isKnownConstant, &testObject))
                                                                      ^
Please submit a full bug report,
with preprocessed source if appropriate.


Reduced:

markus@x4 tmp % cat test.ii
extern "C" class A
{
};
template <typename T> class B:A
{
public:
    B (int *, T);
    ~B ()
    {
    }
};

bool a;
inline void
fn1 ()
{
    switch (0)
    case 0:
    {
    B <int*> b (0, 0);
    if (a)
        break;
    }
}

void
fn2 ()
{
    fn1 ();
}
markus@x4 tmp % g++ -O1 -c test.ii
test.ii: In function ‘void fn2()’:
test.ii:29:11: internal compiler error: in remap_gimple_stmt, at
tree-inline.c:1468
     fn1 ();
           ^
Please submit a full bug report,


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

end of thread, other threads:[~2012-09-21 17:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-21 12:51 [Bug tree-optimization/54655] New: [4.8 Regression] ICE in remap_gimple_stmt, at tree-inline.c:1468 markus at trippelsdorf dot de
2012-09-21 13:44 ` [Bug tree-optimization/54655] " markus at trippelsdorf dot de
2012-09-21 13:53 ` dominiq at lps dot ens.fr
2012-09-21 13:57 ` rguenth at gcc dot gnu.org
2012-09-21 14:02 ` markus at trippelsdorf dot de
2012-09-21 17:02 ` dehao 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).