aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/assign_6.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/gfortran.dg/assign_6.f')
-rw-r--r--gcc-4.9/gcc/testsuite/gfortran.dg/assign_6.f10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/testsuite/gfortran.dg/assign_6.f b/gcc-4.9/gcc/testsuite/gfortran.dg/assign_6.f
new file mode 100644
index 000000000..135546b14
--- /dev/null
+++ b/gcc-4.9/gcc/testsuite/gfortran.dg/assign_6.f
@@ -0,0 +1,10 @@
+C { dg-do run }
+C Option passed to avoid excess errors from obsolete warning
+C { dg-options "-w" }
+C PR22290
+
+ integer nz
+ assign 93 to nz
+ go to nz,(93)
+ 93 continue
+ end