]> git.ipfire.org Git - thirdparty/gcc.git/commit
[powerpc] [testsuite] reorder dg directives [PR106069]
authorAlexandre Oliva <oliva@adacore.com>
Tue, 23 Jul 2024 02:09:24 +0000 (23:09 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Tue, 23 Jul 2024 02:09:24 +0000 (23:09 -0300)
commitad65caa332bc7600caff6b9b5b29175b40d91e67
tree6e0bbb12b51508e62e9ef4db3226d764aafb911f
parent7c5a9bf1d206fe20cb050200d4a30f11c76b1b19
[powerpc] [testsuite] reorder dg directives [PR106069]

The dg-do directive appears after dg-require-effective-target in
g++.target/powerpc/pr106069.C.  That doesn't work the way that was
presumably intended.  Both of these directives set dg-do-what, but
dg-do does so fully and unconditionally, overriding any decisions
recorded there by earlier directives.  Reorder the directives more
canonically, so that both take effect.

for  gcc/testsuite/ChangeLog

PR target/106069
* g++.target/powerpc/pr106069.C: Reorder dg directives.
gcc/testsuite/g++.target/powerpc/pr106069.C