http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2013-01-08 Summary|libtool test exposes what I |libtool test exposes what I |think is some alignment |think is some alignment |issue in libstd++ |issue in libstdc++ Ever Confirmed|0 |1 --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-01-08 17:23:34 UTC --- Whatever it is, I don't think it's a libstdc++ issue: for example, very, very little happens in terms of alignment vs exceptions in libsupc++. Maybe libgcc? As far as you can see, is there something wrong in crtstuff.c in terms of alignments of the various static arrays? Endianness too should not be an issue... In any case, we also need a self contained *.ii file to proceed, per the Bug Reporting instructions.