diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2024-12-15 15:53:12 -0500 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2024-12-15 15:53:12 -0500 |
commit | acca546b99e0773355649e276268a7672f273f18 (patch) | |
tree | 27c2dc5536a41daacc7338000850c1d83c497741 /gcc/testsuite/c-c++-common/gomp | |
parent | de0033bad742b5fe4127a72821a3dab139f6960d (diff) | |
download | gcc-acca546b99e0773355649e276268a7672f273f18.zip gcc-acca546b99e0773355649e276268a7672f273f18.tar.gz gcc-acca546b99e0773355649e276268a7672f273f18.tar.bz2 |
testsuite: xfail scan-assembler-times in c-c++-common/gomp/unroll-[45].c
Count differs on hppa*-*-hpux* due to hpux specific directives.
2024-12-15 John David Anglin <danglin@gcc.gnu.org>
gcc/testsuite/ChangeLog:
* c-c++-common/gomp/unroll-4.c: xfail scan-assembler-times
"dummy" for hppa*-*-hpux*.
* c-c++-common/gomp/unroll-5.c: Likewise.
Diffstat (limited to 'gcc/testsuite/c-c++-common/gomp')
-rw-r--r-- | gcc/testsuite/c-c++-common/gomp/unroll-4.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/gomp/unroll-5.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/c-c++-common/gomp/unroll-4.c b/gcc/testsuite/c-c++-common/gomp/unroll-4.c index 65c51cc..47bdbbc 100644 --- a/gcc/testsuite/c-c++-common/gomp/unroll-4.c +++ b/gcc/testsuite/c-c++-common/gomp/unroll-4.c @@ -15,4 +15,4 @@ test1 (void) /* { dg-final { scan-tree-dump "#pragma omp unroll" "original" } } */ /* { dg-final { scan-tree-dump-not "#pragma omp" "gimple" } } */ /* { dg-final { scan-tree-dump-times "dummy" 1 "gimple" } } */ -/* { dg-final { scan-assembler-times "dummy" 8 } } */ +/* { dg-final { scan-assembler-times "dummy" 8 { xfail hppa*-*-hpux* } } } */ diff --git a/gcc/testsuite/c-c++-common/gomp/unroll-5.c b/gcc/testsuite/c-c++-common/gomp/unroll-5.c index 415d421..810ac27 100644 --- a/gcc/testsuite/c-c++-common/gomp/unroll-5.c +++ b/gcc/testsuite/c-c++-common/gomp/unroll-5.c @@ -15,4 +15,4 @@ test1 (void) /* { dg-final { scan-tree-dump "#pragma omp unroll" "original" } } */ /* { dg-final { scan-tree-dump-not "#pragma omp" "gimple" } } */ /* { dg-final { scan-tree-dump-times "dummy" 1 "gimple" } } */ -/* { dg-final { scan-assembler-times "dummy" 8 } } */ +/* { dg-final { scan-assembler-times "dummy" 8 { xfail hppa*-*-hpux* } } } */ |