tree-optimization/97238 - fix typo causing ICE
authorRichard Biener <rguenther@suse.de>
Tue, 29 Sep 2020 12:38:06 +0000 (14:38 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 29 Sep 2020 12:39:49 +0000 (14:39 +0200)
commit29aef377d814bd342dd5a306f99e0d614623ce0e
treebf5ce342af760c43a9ea1617846320ac9c670b57
parent6f513951972b47e3f86898ff2ce59ed8abe2dd39
tree-optimization/97238 - fix typo causing ICE

This fixes a typo causing a NULL dereference.

2020-09-29  Richard Biener  <rguenther@suse.de>

PR tree-optimization/97238
* tree-ssa-reassoc.c (ovce_extract_ops): Fix typo.

* gcc.dg/pr97238.c: New testcase.
gcc/testsuite/gcc.dg/pr97238.c [new file with mode: 0644]
gcc/tree-ssa-reassoc.c