]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled bootstrap)
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 7 Feb 2013 08:07:04 +0000 (08:07 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 7 Feb 2013 08:07:04 +0000 (08:07 +0000)
commit73dd3123ffc080a6104a01a08a8234fbdc83bac5
tree33510bb58a15436c9c5742765116481061bd5673
parente3936f47f63c128d6a667596111865f35869392f
re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled bootstrap)

PR rtl-optimization/56178
* cse.c (cse_insn): Do not create a REG_EQUAL note if the source is a
SUBREG of a register.  Tidy up related block of code.
* fwprop.c (forward_propagate_and_simplify): Do not create a REG_EQUAL
note if the source is a register or a SUBREG of a register.

From-SVN: r195841
gcc/ChangeLog
gcc/cse.c
gcc/fwprop.c