http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40987
Andrew Pinski changed:
What|Removed |Added
Target|i686|
Host|i686
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc-
|
--- 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
--- 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
--- 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