]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/28685 (Multiple comparisons are not simplified)
authorSandra Loosemore <sandra@codesourcery.com>
Sat, 8 May 2010 15:53:59 +0000 (11:53 -0400)
committerSandra Loosemore <sandra@gcc.gnu.org>
Sat, 8 May 2010 15:53:59 +0000 (11:53 -0400)
commit844381e5bc6eb515df838279303ac7843b68d39b
tree10331b08926ef42a8e2ee7f510365d174376f10a
parent4a79741bd29546a3f3d3722a29a62a1a8862523c
re PR middle-end/28685 (Multiple comparisons are not simplified)

2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>

PR middle-end/28685

gcc/
* tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
(optimize_ops_list): Call it.

gcc/testsuite/
* gcc.dg/pr28685-1.c: New file.

From-SVN: r159189
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr28685-1.c [new file with mode: 0644]
gcc/tree-ssa-reassoc.c