[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Mise à jour motifs dump goacc/array-with-dt-4
Mikael Morin
mikael@gcc.gnu.org
Fri Jun 13 15:12:23 GMT 2025
https://gcc.gnu.org/g:6335a7db8e7fbad376d18d0d7ab2690307be3c96
commit 6335a7db8e7fbad376d18d0d7ab2690307be3c96
Author: Mikael Morin <mikael@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
More information about the Gcc-cvs
mailing list