------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-03-02 
08:01 -------
> If -fno-strict-aliasing fixes the problem, then you have an aliasing problem
in > the source. So closing as invalid.

Ugh! If compilers were that simple... -fno-strict-aliasing disables a whole
class of optimizations; in particular, it will hide any stack slot sharing 
problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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

Reply via email to