[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Mise à jour motifs dump goacc/array-with-dt-3
Mikael Morin
mikael@gcc.gnu.org
Fri Jun 13 15:12:28 GMT 2025
https://gcc.gnu.org/g:c5a0a6e792537de5b67207c463b2da20a8c4f328
commit c5a0a6e792537de5b67207c463b2da20a8c4f328
Author: Mikael Morin <mikael@gcc.gnu.org>
Date: Thu Jun 5 14:13:31 2025 +0200
Mise à jour motifs dump goacc/array-with-dt-3
Diff:
---
gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90 | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90 b/gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90
index 045b591f8b48..c5f243aee3c0 100644
--- a/gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90
+++ b/gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90
@@ -9,18 +9,14 @@ end type t
type(t2),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 }
+! { dg-warning {'c\.offset' is used uninitialized} {} { target *-*-* } .-2 }
type(t), allocatable :: d(:)
! { dg-note {'d' declared here} {} { target *-*-* } .-1 }
! { dg-note {'d\.offset' was declared here} {} { target *-*-* } .-2 }
-! { dg-note {'d\.span' was declared here} {} { target *-*-* } .-3 }
!$acc exit data delete(c(1)%A)
! { dg-warning {'c\.offset' is used uninitialized} {} { target *-*-* } .-1 }
-! { dg-warning {'c\.span' is used uninitialized} {} { target *-*-* } .-2 }
!$acc exit data delete(d(1)%A)
! { dg-warning {'d\.offset' is used uninitialized} {} { target *-*-* } .-1 }
-! { dg-warning {'d\.span' is used uninitialized} {} { target *-*-* } .-2 }
end
More information about the Gcc-cvs
mailing list