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 optimization/10348] testsuite failure in execute/20020720-1.c with -mcpu=v9 -fpic/-fPIC


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 02:13 -------
Really this should get fixed on the tree-ssa:

(ABS_EXPR <x> < 0.0) is produced which means that it is not folded by fold for some reason.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
          Component|target                      |optimization
   Target Milestone|---                         |tree-ssa


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


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