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 <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:917e21e8bcddf5047ee0ced063fca412ad81ce7f commit r10-7417-g917e21e8bcddf5047ee0ced063fca412ad81ce7f Author: Richard Biener <rguent...@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 <rguent...@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.