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

--- Comment #2 from Jan Smets <jan.sm...@alcatel-lucent.com> ---
Using -fno-common (while compiling as C), or compiling as C++ works for the
unitialized bss example: 

int testGlobalOutOfBoundsRODATAVar[5];  /* bss : works with -fno-common
(compiled as C) or when compiled as C++ */

but not for the .rodata example.

Reply via email to