[Bug rtl-optimization/33638] [4.3 regression]: wrong code with -fforce-addr
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Oct 5 11:40:00 GMT 2007
------- Comment #10 from ubizjak at gmail dot com 2007-10-05 11:40 -------
(In reply to comment #9)
> This is wrong. dse1 pass should _not_ remove (insn 1312). (insn 1322) is
> storing to the same address as (insn 1312), but we have a call to powf in
> between, so new store insn doesn't kill previous store.
CCing authors of RTL DSE pass.
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zadeck at naturalbridge dot
| |com, rsandifo at gcc dot gnu
| |dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33638
More information about the Gcc-bugs
mailing list