]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Thu, 1 Jan 2004 04:44:59 +0000 (04:44 +0000)
committerNo Author <no-author@gcc.gnu.org>
Thu, 1 Jan 2004 04:44:59 +0000 (04:44 +0000)
'gcc-3_3-branch'.

From-SVN: r75294

gcc/testsuite/g77.dg/12632.f [new file with mode: 0644]

diff --git a/gcc/testsuite/g77.dg/12632.f b/gcc/testsuite/g77.dg/12632.f
new file mode 100644 (file)
index 0000000..6801229
--- /dev/null
@@ -0,0 +1,6 @@
+C { dg-do compile }
+C { dg-options "-fbounds-check" }
+       INTEGER I(1)
+       I(2) = 0  ! { dg-error "out of defined range" "out of defined range" }
+       END
+