c-c++-common/goacc/declare-pr90861.c: Remove xfail
authorTobias Burnus <tobias@codesourcery.com>
Tue, 6 Oct 2020 21:34:21 +0000 (23:34 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 6 Oct 2020 21:34:21 +0000 (23:34 +0200)
gcc/testsuite/ChangeLog
PR middle-end/90861
* c-c++-common/goacc/declare-pr90861.c: Remove xfail.

gcc/testsuite/c-c++-common/goacc/declare-pr90861.c

index 7c905624f7a1d7b2686424dacb46b9800e280dfa..c5487bdc8babe09bcd58e7f12e5515101ad72152 100644 (file)
@@ -17,5 +17,5 @@ void f2 (void)
   int A_f2[N_f2];
 #pragma acc declare copy(A_f2)
   /* { dg-final { scan-tree-dump-times {#pragma omp target oacc_declare map\(to:\(\*A_f2} 1 gimple } }
-     { dg-final { scan-tree-dump-times {#pragma omp target oacc_declare map\(from:\(\*A_f2} 1 gimple { xfail *-*-* } } } TODO PR90861 */
+     { dg-final { scan-tree-dump-times {#pragma omp target oacc_declare map\(from:\(\*A_f2} 1 gimple } } */
 }