http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45351
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011.07.19 12:46:17 CC| |ro at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-19 12:46:17 UTC --- Confirmed, easy to see with uac p noprint nofix sigbus, i.e. unaligned accesses not fixed up, but instead generating SIGBUS. Will rebuild libgomp with -g3 -O0 to allow for debugging/investigation.