re PR tree-optimization/58364 (likely wrong code bug)
authorJakub Jelinek <jakub@redhat.com>
Mon, 9 Sep 2013 17:09:59 +0000 (19:09 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 9 Sep 2013 17:09:59 +0000 (19:09 +0200)
commit28fd0ba2d17a09ddf5106f1e60c475a93fba3090
tree0a438d585a5e277f8a5489576bb8698c82b76786
parent552d99fe881c262ec96235e9e8f00fc54809f458
re PR tree-optimization/58364 (likely wrong code bug)

PR tree-optimization/58364
* tree-ssa-reassoc.c (init_range_entry): For BIT_NOT_EXPR on
BOOLEAN_TYPE, only invert in_p and continue with arg0 if
the current range can't be an unconditional true or false.

* gcc.c-torture/execute/pr58364.c: New test.

From-SVN: r202409
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr58364.c [new file with mode: 0644]
gcc/tree-ssa-reassoc.c