]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: add additional option to force DSE execution [PR103662]
authorMikael Morin <mikael@gcc.gnu.org>
Mon, 25 Apr 2022 11:14:20 +0000 (13:14 +0200)
committerMikael Morin <mikael@gcc.gnu.org>
Mon, 25 Apr 2022 11:26:18 +0000 (13:26 +0200)
commit6cc26f3037a18b9a958b4ac2a1363149a7fccd39
tree710144337309ac37d5926f52ef7454ce96fc80f6
parentf0e170f72f8bfaa2a64e1d09ebdfd48f917420f1
testsuite: add additional option to force DSE execution [PR103662]

This fixes a dump tree match check that is UNRESOLVED with the -O0
optimization option, as the optimization pass corresponding to the
dump file is not run at -O0, and the dump is not generated.

PR fortran/103662

gcc/testsuite/ChangeLog:

* gfortran.dg/unlimited_polymorphic_3.f03: Force execution of
the DSE optimization pass.
gcc/testsuite/gfortran.dg/unlimited_polymorphic_3.f03