https://gcc.gnu.org/g:48484b520f26cf8ba7fe06b898382d666b210f27
commit 48484b520f26cf8ba7fe06b898382d666b210f27 Author: Mikael Morin <mik...@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