This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/36593] [4.4 Regression]: gfortran.dg/default_format_1.f90, 22_locale/num_get/get/char/2.cc



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]