------- Comment #7 from hp at gcc dot gnu dot org 2008-06-23 13:30 ------- Created an attachment (id=15806) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15806&action=view) preprocessed offending code
Use -O2; should "work" with any 32-bit target. Note the single (U*) cast for e.g. aadj1 in _strtod_r used on the left-hand side. The actual (non-formal) breakage at hand might be that it's used together with ordinary assignments. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36593