This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16220] [3.5 Regression] Jump pessimization
- 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: 26 Jun 2004 19:46:24 -0000
- Subject: [Bug tree-optimization/16220] [3.5 Regression] Jump pessimization
- References: <20040626172348.16220.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-26 19:46 -------
Confirmed, the problem comes the fact PHI-OPT not being able to optimize this and something
converting (a<b) to (a<b)?0:1 where the 1 is overflowed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-06-26 19:46:23
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16220