[Bug target/39194] options -O3 and -msse does not cooperate ?

2009-02-14 Thread rguenth at gcc dot gnu dot org


--- Comment #1 from rguenth at gcc dot gnu dot org  2009-02-14 19:24 ---
I suppose _bin_coeff_tab is not properly aligned.  Maybe PE support is not
properly honoring DECL_ALIGN.  Please try also GCC 4.3.3 which has many
bugfixes compared to 4.3.0.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|c   |target
   GCC host triplet|windows (mingw) |
 GCC target triplet||mingw32-*-*
   Keywords||wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39194



[Bug target/39194] options -O3 and -msse does not cooperate ?

2009-02-15 Thread ubizjak at gmail dot com


--- Comment #2 from ubizjak at gmail dot com  2009-02-16 07:41 ---
You can workaround this generic PE/COFF problem using -fno-common.

*** This bug has been marked as a duplicate of 37216 ***


-- 

ubizjak at gmail dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39194