diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2021-03-05 01:44:05 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2021-03-05 02:01:05 +0100 |
commit | 8d240b3f0615a890d8bdd9319842601a48292522 (patch) | |
tree | 457754aa1cf3d37be56844f1270824c41b0451c1 | |
parent | 67f10d28f05fdae7ab25107d5be0b66b065b819b (diff) | |
download | gcc-8d240b3f0615a890d8bdd9319842601a48292522.zip gcc-8d240b3f0615a890d8bdd9319842601a48292522.tar.gz gcc-8d240b3f0615a890d8bdd9319842601a48292522.tar.bz2 |
gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: xfail for cris
The test is still failing and is a regression on master for
cris-elf: the remedy for (all) other targets wasn't
sufficient. I'm not myself going to put any effort into it
(debug-information being different enough for a test to
fail, is not a priority) and apparently not anyone else in
the last 5 years, so I'm just going to xfail it.
gcc/testsuite:
PR debug/66668
* gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: xfail for cris-*-*
-rw-r--r-- | gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c b/gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c index efa3fa0..98ee116 100644 --- a/gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c +++ b/gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c @@ -31,4 +31,5 @@ char * _Atomic restrict h; char * _Atomic i; char * restrict j; -/* { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type" 8 } } */ +/* The xfail is due to PR66668. */ +/* { dg-final { scan-assembler-times "DIE \\(\[^\n\]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type" 8 { xfail cris-*-* } } } */ |