re PR tree-optimization/82052 (ICE with "-O3 -m32" on x86_64-linux-gnu (internal...
authorJeff Law <law@redhat.com>
Fri, 1 Sep 2017 15:32:15 +0000 (09:32 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 1 Sep 2017 15:32:15 +0000 (09:32 -0600)
commit0e34f6d842f2cd7f9aecdc32bfdc14dcf6c811e5
treece2e148bfb473de6103fdeb11d4f303933564971
parent44acb9ba2b8ed7b588d5975773e591f477ef35c2
re PR tree-optimization/82052 (ICE with "-O3 -m32" on x86_64-linux-gnu (internal compiler error: in pop_to_marker, at tree-ssa-scopedtables.c:71))

PR tree-optimization/82052
* tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
Always initialize the returned slot after a hash table miss
when INSERT is true.

PR tree-optimization/82052
* gcc.c-torture/compile/pr82052.c: New test.

From-SVN: r251600
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr82052.c [new file with mode: 0644]
gcc/tree-ssa-scopedtables.c