aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90 b/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90
index 5e566ba..878a64b 100644
--- a/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90
+++ b/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90
@@ -1,7 +1,7 @@
! { dg-do compile }
!
! PR 36112
-! Check correct bounds-checking behaviour for character-array-constructors.
+! Check correct bounds-checking behavior for character-array-constructors.
! This should not need any -fbounds-check and is enabled all the time.
character(len=128) :: arr(2) = (/ "abc", "foobar" /) ! { dg-error "Different CHARACTER lengths" }