https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68302
Steve Ellcey <sje at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sje at gcc dot gnu.org --- Comment #2 from Steve Ellcey <sje at gcc dot gnu.org> --- Aurelien, I could not reproduce this on today’s top-of-tree or the top of the gcc-5-branch. Did you use any configure options when building GCC? When you say 'compiled with debugging enabled' are you talking about just using -g when compiling the test program or are you talking about something else? I built a cross compiler on my x86 linux system targeting mips-linux-gnu and used '-g -O2 -march=mips32r2' when compiling the test program but I did not get a seg fault or an ICE or any other type of error.