public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52248] New: [4.7 Regression] timevar ICE
@ 2012-02-14 16:08 jakub at gcc dot gnu.org
  2012-02-15 11:16 ` [Bug c++/52248] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-02-14 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52248
           Summary: [4.7 Regression] timevar ICE
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: ice-checking, ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
                CC: crowl@gcc.gnu.org


// { dg-do compile }
// { dg-options "-ftime-report" }

void
foo ()
{
  __asm goto ("" : : : : lab);
}

ICEs with:
rh790221-4.C: In function ‘void foo()’:
rh790221-4.C:7:26: error: label ‘lab’ used but not defined
rh790221-4.C:8:1: internal compiler error: in timevar_start, at timevar.c:344
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Caused by the http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173277 commit.


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-14 16:08 [Bug c++/52248] New: [4.7 Regression] timevar ICE jakub at gcc dot gnu.org
2012-02-15 11:16 ` [Bug c++/52248] " rguenth at gcc dot gnu.org
2012-02-16 20:52 ` pinskia at gcc dot gnu.org
2012-02-16 21:01 ` pinskia at gcc dot gnu.org
2012-02-16 21:05 ` jason at gcc dot gnu.org
2012-02-17  8:38 ` jason at gcc dot gnu.org
2012-02-17  8:54 ` 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).