]> gcc.gnu.org Git - gcc.git/commit - gcc/testsuite/ChangeLog
re PR tree-optimization/45059 (error: invalid operands in binary operation, leads...
authorJakub Jelinek <jakub@redhat.com>
Wed, 25 Aug 2010 09:36:35 +0000 (11:36 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 25 Aug 2010 09:36:35 +0000 (11:36 +0200)
commitca046f7f4eafcfbcdb11a714ff93c8340f6ee0f7
tree7dc15e1ccdd513b47f3fd2d18beb61f0a3bf957d
parent46b57af175e889126f65a6ca667c2c4606f93f84
re PR tree-optimization/45059 (error: invalid operands in binary operation, leads to ICE: verify_stmts failed)

PR tree-optimization/45059
* tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
type conversions from newop{1,2}.  Assert t is a comparison and
newop{1,2} after the stripping are gimple vals.

* gcc.c-torture/compile/pr45059.c: New test.

From-SVN: r163539
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr45059.c [new file with mode: 0644]
gcc/tree-ssa-reassoc.c
This page took 0.064075 seconds and 5 git commands to generate.