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] [tree-ssa] [regression] ICE on statement expression (return void) inside a statement expression


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-06 04:32 -------
Confirmed here is the ICE:
[zhivago:gcc/objdir/gcc] pinskia% ./cc1 pr15243.c
 f

pr15243.c: In function `f':
pr15243.c:4: warning: statement-expressions should end with a non-void expression
gimplification failed:
<STATEMENT_LIST> <statement_list 0x41560948
    type <void_type 0x413c7d90 void VOID
        align 8 symtab 0 alias set -1
        pointer_to_this <pointer_type 0x413c7e0c>>
    side-effects>
pr15243.c:4: internal compiler error: in gimplify_expr, at gimplify.c:3544
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-06 04:32:27
               date|                            |
            Summary|[tree-ssa] ICE on statement |[tree-ssa] [regression] ICE
                   |expression (return void)    |on statement expression
                   |inside a statement          |(return void) inside a
                   |expression                  |statement expression


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]