https://gcc.gnu.org/g:05b5a9268cc4ce5401d95a38002a7814b3376133

commit 05b5a9268cc4ce5401d95a38002a7814b3376133
Author: Mikael Morin <mik...@gcc.gnu.org>
Date:   Thu Jun 5 14:09:30 2025 +0200

    Mise à jour motifs dump goacc/array-with-dt-4

Diff:
---
 gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90 
b/gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90
index d2abe6d01a6f..ac005356ed62 100644
--- a/gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90
+++ b/gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90
@@ -15,13 +15,9 @@ end type t
 
 type(t), allocatable :: c(:)
 ! { dg-note {'c' declared here} {} { target *-*-* } .-1 }
-! { dg-note {'c.offset' was declared here} {} { target *-*-* } .-2 }
-! { dg-note {'c.span' was declared here} {} { target *-*-* } .-3 }
 
 !$acc enter data copyin(c(5)%foo(4)%bar(3)%qux(2)%quux(:))
 ! { dg-warning {'c\.offset' is used uninitialized} {} { target *-*-* } .-1 }
-! { dg-warning {'c\.span' is used uninitialized} {} { target *-*-* } .-2 }
 !$acc exit data delete(c(5)%foo(4)%bar(3)%qux(2)%quux(:))
 ! { dg-warning {'c\.offset' is used uninitialized} {} { target *-*-* } .-1 }
-! { dg-warning {'c\.span' is used uninitialized} {} { target *-*-* } .-2 }
 end

Reply via email to