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/54103] New: ICE at gimplify.c:7790 on current trunk


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54103

             Bug #: 54103
           Summary: ICE at gimplify.c:7790 on current trunk
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: merkil@savhon.org


Hello !
Joseph on PR53418 suggested me to file this as a different bug, so here it is.
GCC as of 4.8-20120722, 4.7-20120721, 4.6-20120720, and 4.5-20120628 (thanks to
Mikael Pettersson for testing all those versions) appears to trigger an ICE
while compiling the following testcase :

$ cat ice.c

void f(void)
{
    0 || 0 / 0 ? : 0;
}

$ gcc -w ice.c

ice.c: In function âfâ:
ice.c:3:12: internal compiler error: in gimplify_expr, at gimplify.c:7790
     0 || 0 / 0 ? : 0;
            ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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