I get this when I compile the below program:
interr.c:2: internal compiler error: in gimplify_expr, at gimplify.c:4307

Command line: 'gcc-4.0.1 interr.c'
GCC configured with: '--program-suffix=-4.0.1'
Similar internal error also occurs on GCC 3.3.2.

int main() {
  __asm__("jmp %0" : : "a" (*&&lbl));
lbl:
  return 0;
}

-- 
           Summary: internal compiler error: in gimplify_expr, at
                    gimplify.c:4307
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: 76306 dot 1226 at compuserve dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


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

Reply via email to