diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/assign_6.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/assign_6.f | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/assign_6.f b/gcc/testsuite/gfortran.dg/assign_6.f new file mode 100644 index 000000000..135546b14 --- /dev/null +++ b/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 |