This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/38700] New: [4.2/4.3/4.4 regression] ICE with __builtin_expect and label
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2009 14:43:38 -0000
- Subject: [Bug c/38700] New: [4.2/4.3/4.4 regression] ICE with __builtin_expect and label
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following valid code snippet triggers an ICE since GCC 4.1.0:
======================================
int foo()
{
L: return __builtin_expect ((__SIZE_TYPE__)&&L, 0);
}
======================================
bug.c: In function 'foo':
bug.c:3: internal compiler error: tree check: expected tree that contains 'decl
with visibility' structure, have 'label_decl' in fold_builtin_expect, at
builtins.c:7327
Please submit a full bug report, [etc.]
--
Summary: [4.2/4.3/4.4 regression] ICE with __builtin_expect and
label
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code, monitored
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: reichelt at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38700