aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/data_bounds_1.f90
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-27 12:33:24 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-10-02 11:07:15 +0000
commit18700cbbfa7b2c0a8a21947b01fae1748bbdcae2 (patch)
treebbbecedfb4235fe5a474728df7442a1c3fd7e1e1 /gcc/testsuite/gfortran.dg/data_bounds_1.f90
parent0378e2ec3fc15a72e543b336d1ea4d3677c569ef (diff)
Merge branches/gcc-7-branch rev 262169.
Change-Id: Ia4e0d5dab9b29367e5f61b6ebd65fa0c318dda86
Diffstat (limited to 'gcc/testsuite/gfortran.dg/data_bounds_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/data_bounds_1.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/data_bounds_1.f90 b/gcc/testsuite/gfortran.dg/data_bounds_1.f90
index b20aa415b8a..24cdc7c9815 100644
--- a/gcc/testsuite/gfortran.dg/data_bounds_1.f90
+++ b/gcc/testsuite/gfortran.dg/data_bounds_1.f90
@@ -1,4 +1,5 @@
! { dg-do compile }
+! { dg-options "-std=gnu" }
! Checks the fix for PR32315, in which the bounds checks below were not being done.
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>