This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30984] New: ICE with computed goto and constants
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Feb 2007 19:07:40 -0000
- Subject: [Bug middle-end/30984] New: ICE with computed goto and constants
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
int fs_exec(int ino)
{
void *src = 0;
if (ino)
src = (void*)0xe000;
goto *src;
}
Reduced from http://gcc.gnu.org/ml/gcc-bugs/2007-02/msg02973.html.
--
Summary: ICE with computed goto and constants
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30984