[Bug c/15243] New: [tree-ssa] ICE on statement expression (return void) inside a statement expression
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat May 1 14:41:00 GMT 2004
Reduced from PR 15242:
void f( void ** ip)
{
({ ip; ({ ; }) ; });
}
--
Summary: [tree-ssa] ICE on statement expression (return void)
inside a statement expression
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: minor
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 15242
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15243
More information about the Gcc-bugs
mailing list