This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52248] New: [4.7 Regression] timevar ICE
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 14 Feb 2012 16:07:45 +0000
- Subject: [Bug c++/52248] New: [4.7 Regression] timevar ICE
- Auto-submitted: auto-generated
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.