re PR tree-optimization/85168 (ICE in tree-ssa-coalesce.c: SSA corruption: Unable...
authorRichard Biener <rguenther@suse.de>
Wed, 4 Apr 2018 07:52:20 +0000 (07:52 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 4 Apr 2018 07:52:20 +0000 (07:52 +0000)
commit7d048870c1e97470af577e782c3285a827d6a49f
treef4172289db7d2406f2efcf2182f63138e1f804f3
parent24d21a0bc07ee2c9b041504956834be3bba7e746
re PR tree-optimization/85168 (ICE in tree-ssa-coalesce.c: SSA corruption: Unable to coalesce ssa_names which are marked as MUST COALESCE when -O2 is used)

2018-04-04  Richard Biener  <rguenther@suse.de>

PR tree-optimization/85168
* tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Avoid
propagating abnormals.

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

From-SVN: r259068
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr85168.c [new file with mode: 0644]
gcc/tree-ssa-sccvn.c