summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90 b/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90
index 02fcb1b432d..225d0a2b5ed 100644
--- a/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/allocatable_components_1.f90
@@ -49,7 +49,7 @@ CONTAINS
TYPE(t) :: a(10)
INTEGER :: i
- !$omp parallel do reduction(+: a) ! { dg-error "must be of intrinsic type" }
+ !$omp parallel do reduction(+: a) ! { dg-error "must be of numeric type" }
DO i = 1, SIZE(a)
END DO
!$omp end parallel do
OpenPOWER on IntegriCloud