diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2021-07-31 02:08:36 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2021-07-31 02:31:26 +0200 |
commit | cfd60b39cdc576177c4a327897be55f3bf3f449e (patch) | |
tree | 0f040adf65f98c04d2b4ed256cacf4114cd747c2 | |
parent | 309ddde04f2335f51062690328f03ce889be7e22 (diff) | |
download | gcc-cfd60b39cdc576177c4a327897be55f3bf3f449e.zip gcc-cfd60b39cdc576177c4a327897be55f3bf3f449e.tar.gz gcc-cfd60b39cdc576177c4a327897be55f3bf3f449e.tar.bz2 |
gcc.dg/tree-ssa/ssa-dse-26.c: Skip on mmix-knuth-mmixware
Commit r12-432, rewriting the dg-stuff, reverted the
adjustment for mmix-knuth-mmixware that I added in r11-2335.
(See those commits for context.)
Hopefully this variant will age better, just skipping it
with a trivial extra line less prone to pile-on. (Not much
is won by covering this generic case for MMIX too; might as
well skip it.)
Beware that the dg-skip-if text can't say
"temporary variables are not x and y but x::3 and y::4"
because that leads to (on one line):
ERROR: gcc.dg/tree-ssa/ssa-dse-26.c: can't set "{temporary
variables are not x and y but x::3 and y::4} {
mmix-knuth-mmixware }": parent namespace doesn't exist for
" dg-skip-if 4 "temporary variables are not x and y but
x::3 and y::4" { mmix-knuth-mmixware } "
gcc/testsuite:
* gcc.dg/tree-ssa/ssa-dse-26.c: Skip on mmix-knuth-mmixware.
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c index 5eabfb4..e3c33f49 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c @@ -1,6 +1,7 @@ /* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-dse1-details -fno-short-enums -fno-tree-fre" } */ /* { dg-skip-if "we want a BIT_FIELD_REF from fold_truth_andor" { ! lp64 } } */ +/* { dg-skip-if "temporary variable names are not x and y" { mmix-knuth-mmixware } } */ enum constraint_expr_type { |