This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/15243] New: [tree-ssa] ICE on statement expression (return void) inside a statement expression


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]