[Bug rtl-optimization/40987] Wrong optimization with if-conversion

2012-01-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40987 Andrew Pinski changed: What|Removed |Added Target|i686| Host|i686

[Bug rtl-optimization/40987] Wrong optimization with if-conversion

2009-09-26 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- |

[Bug rtl-optimization/40987] Wrong optimization with if-conversion

2009-09-24 Thread mikpe at it dot uu dot se
--- Comment #10 from mikpe at it dot uu dot se 2009-09-24 14:38 --- Patch posted for review: http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01655.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40987

[Bug rtl-optimization/40987] Wrong optimization with if-conversion

2009-09-19 Thread mikpe at it dot uu dot se
--- Comment #9 from mikpe at it dot uu dot se 2009-09-19 16:57 --- Seems like an if-conversion bug, in particular noce_try_store_flag_constants() appears to break on HWI32 platforms when long long literals are involved. In this test case, noce_t_s_f_c() is invoked with an IF where a (th

[Bug rtl-optimization/40987] Wrong optimization with if-conversion

2009-08-07 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-07 12:10 --- Seems to be a HWI32 issue as I cannot reproduce the fail on x86_64 with -m32. Which would indeed hint at a RTL if-conversion problem (I guess it uses scc in a wrong way). -- rguenth at gcc dot gnu dot org changed