re PR tree-optimization/69352 (profiledbootstrap failure with --with-build-config...
authorRichard Biener <rguenther@suse.de>
Tue, 19 Jan 2016 13:19:01 +0000 (13:19 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 19 Jan 2016 13:19:01 +0000 (13:19 +0000)
commite2c768b6440a76c5850ce9fcf5e4e7c395f750db
tree0f5dc0fcb1d195f9aea40cb224df6113c27ccc84
parentd20c47fc8613b26cd7d2c28996474bf910d865c5
re PR tree-optimization/69352 (profiledbootstrap failure with --with-build-config=bootstrap-lto)

2016-01-19  Richard Biener  <rguenther@suse.de>

PR tree-optimization/69352
* tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
(equal_mem_array_ref_p): Constrain size and max size properly.
Compare the reverse flag.

* gcc.dg/torture/pr69352.c: New testcase.

From-SVN: r232557
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr69352.c [new file with mode: 0644]
gcc/tree-ssa-scopedtables.c