https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95284
--- 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:f73f8bab9f2474f175cc5ca5ba8ebb32808a4cae commit r11-605-gf73f8bab9f2474f175cc5ca5ba8ebb32808a4cae Author: Richard Biener <rguent...@suse.de> Date: Mon May 25 09:17:51 2020 +0200 tree-optimization/95284 - amend previous store commoning fix Generalize check for clobbers. 2020-05-25 Richard Biener <rguent...@suse.de> PR tree-optimization/95284 * tree-ssa-sink.c (sink_common_stores_to_bb): Amend previous fix. * g++.dg/torture/pr95284.C: New testcase.