diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/label_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/label_3.f90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/label_3.f90 b/gcc/testsuite/gfortran.dg/label_3.f90 new file mode 100644 index 000000000..5cebe935b --- /dev/null +++ b/gcc/testsuite/gfortran.dg/label_3.f90 @@ -0,0 +1,5 @@ +! { dg-do compile } +! PR fortran/25756. +! This used to ICE due to the space after the label. +1 ! { dg-warning "Ignoring statement label in empty statement" } +end |