[Bug c/54176] lm32-elf-gcc: internal compiler error: Segmentation fault (program cc1)

tommy-gccbugs at thorn dot ws gcc-bugzilla@gcc.gnu.org
Sun Aug 5 03:26:00 GMT 2012


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

--- Comment #2 from Tommy Thorn <tommy-gccbugs at thorn dot ws> 2012-08-05 03:26:16 UTC ---
Forget the attached example, lm32-elf-gcc breaks as soon as any static or
extern variable is used in a function. Fx:

  int x;
  int foo() { return x; }



More information about the Gcc-bugs mailing list