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/54176] lm32-elf-gcc: internal compiler error: Segmentation fault (program cc1)


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; }


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