https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100272
--- Comment #4 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:dfdc02bf29670c1c7f5f2820b6db11c66c258716 commit r12-144-gdfdc02bf29670c1c7f5f2820b6db11c66c258716 Author: Richard Biener <rguent...@suse.de> Date: Tue Apr 27 11:02:03 2021 +0200 testsuite/100272 - undo PRE disabling for gcc.dg/tree-ssa/predcom-1.c This re-enables PRE and fixes the malformed dg directive pointed out in the PR. It all works as desired and I forgot why I disabled this in the past. 2021-04-27 Richard Biener <rguent...@suse.de> PR testsuite/100272 * gcc.dg/tree-ssa/predcom-1.c: Re-enable PRE and fix malformed dg directive.