]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/34627 (Incorrect branching with -Ox on hppa)
authorSteven Bosscher <stevenb.gcc@gmail.com>
Sat, 9 Feb 2008 00:30:13 +0000 (00:30 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Feb 2008 00:30:13 +0000 (00:30 +0000)
commite37f6a497d5c1c0489f3fac12884f9a71fdc7147
tree19f4088dad593151e91dea9b14493ce23ab72dc5
parent264940793b5f32b0ec420857940f80b23e159e78
re PR middle-end/34627 (Incorrect branching with -Ox on hppa)

PR middle-end/34627
combine.c (simplify_if_then_else): Make sure the comparison is
against const0_rtx when simplifying to (abs x) or (neg (abs X)).

From-SVN: r132193
gcc/ChangeLog
gcc/combine.c