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/22037] [4.1 Regression] internal compiler error: verify_ssa failed


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-01 16:27 -------
Actually I think this is worse than any can think.  The problem is that we have a VUSE on the sqrt which 
is wrong, we should have a V_MAY_DEF.

With an optimized (non bootstrapped) compiler, we get the correct results and on powerpc-darwin.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
 GCC target triplet|                            |i686-pc-linux-gnu


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


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