diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/continuation_2.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/continuation_2.f90 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/continuation_2.f90 b/gcc/testsuite/gfortran.dg/continuation_2.f90 new file mode 100644 index 000000000..e72624856 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/continuation_2.f90 @@ -0,0 +1,6 @@ +! { dg-do compile } +! PR 19260 Test line continuations and spaces. +! Submitted by Jerry DeLisle <jvdelisle@gcc.gnu.org>. +x = si& ! { dg-error "Unclassifiable statement" } +n(3.14159/2) +end |