This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15243] New: [tree-ssa] ICE on statement expression (return void) inside a statement expression
- 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: 1 May 2004 14:41:28 -0000
- Subject: [Bug c/15243] New: [tree-ssa] ICE on statement expression (return void) inside a statement expression
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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