From ec0fa4f64df46a923b778512ba83264e452cd9a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Fri, 5 Dec 2014 00:01:35 +0000 Subject: [PATCH] This test should have been added in revision 218407. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit gcc/testsuite/ 2014-12-05 Manuel López-Ibáñez * gfortran.dg/line_length_5.f90: New test. From-SVN: r218410 --- gcc/testsuite/gfortran.dg/line_length_5.f90 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/line_length_5.f90 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 00000000000..b9c2946ade2 --- /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 } -- 2.30.2