This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/15187] Inefficient if optimization with -O2 -ffast-math
- 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: 28 Apr 2004 12:52:14 -0000
- Subject: [Bug optimization/15187] Inefficient if optimization with -O2 -ffast-math
- References: <20040428064719.15187.uros@kss-loka.si>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-28 12:52 -------
Note branch cost and branch probabilities are two seperate things. I tried to find what flag is causing
this but I could not I would need to look into the RTL dups to see what is going on.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15187