This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/10348] testsuite failure in execute/20020720-1.c with -mcpu=v9 -fpic/-fPIC
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Feb 2004 02:13:41 -0000
- Subject: [Bug optimization/10348] testsuite failure in execute/20020720-1.c with -mcpu=v9 -fpic/-fPIC
- References: <20030408145600.10348.ghazi@caip.rutgers.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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