[Bug tree-optimization/94352] Suspicious code in tree-ssa-propagate.c
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 27 12:56:26 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94352
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:917e21e8bcddf5047ee0ced063fca412ad81ce7f
commit r10-7417-g917e21e8bcddf5047ee0ced063fca412ad81ce7f
Author: Richard Biener <rguenther@suse.de>
Date: Fri Mar 27 13:52:31 2020 +0100
tree-optimization/94352 - fix uninitialized use of curr_order
This fixes a (harmless) use of a not re-initialized curr_order.
2020-03-27 Richard Biener <rguenther@suse.de>
PR tree-optimization/94352
* tree-ssa-propagate.c (ssa_prop_init): Move seeding of the
worklist ...
(ssa_propagation_engine::ssa_propagate): ... here after
initializing curr_order.
More information about the Gcc-bugs
mailing list