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

           Summary: Internal error in glimplify_expr
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: de...@knosof.co.uk


The code below generates the message (also occurs in 4.5.0):

internal compiler error: in gimplify_expr, at gimplify.c: 7153

void f(void)
{
func( 1<=2%(3>>1> 5/6==3) );
}

The following outstanding report lists the same error message:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47197

I am running under Suse 11.3 on an AMD Athon x2.

Reply via email to