From: Manuel López-Ibáñez Date: Fri, 5 Dec 2014 00:01:35 +0000 (+0000) Subject: This test should have been added in revision 218407. X-Git-Tag: releases/gcc-5.1.0~2598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec0fa4f64df46a923b778512ba83264e452cd9a7;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. From-SVN: r218410 --- 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 }