From: manu Date: Fri, 5 Dec 2014 00:01:35 +0000 (+0000) Subject: This test should have been added in revision 218407. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fcb858ba44d0ca13073d04da7b852c3fcfa7dae;p=thirdparty%2Fgcc.git This test should have been added in revision 218407. gcc/testsuite/ 2014-12-05 Manuel López-Ibáñez * gfortran.dg/line_length_5.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218410 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/gfortran.dg/line_length_5.f90 b/gcc/testsuite/gfortran.dg/line_length_5.f90 new file mode 100644 index 000000000000..b9c2946ade22 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/line_length_5.f90 @@ -0,0 +1,6 @@ +! { dg-do compile } +! { dg-options "-Wline-truncation" } +print *, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' +end +! { dg-warning "Line truncated" " " { target *-*-* } 3 } +! { dg-error "Unterminated character constant" " " { target *-*-* } 3 }