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 tree-optimization/24146] [4.0 Regression] Optimizes away FPU control word store


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-09-30 14:10 -------
Richard Earnshaw is right; this is not a dup of PR19341.

volatile-ness is about optimizing away the asm statement itself; PR19341 is
about optimizing away code needed by the asm.

Reopening.

rth, should this be fixed in the front-end or in the gimplifier?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org


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


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