This test should have been added in revision 218407.
gcc/testsuite/ 2014-12-05 Manuel López-Ibáñez <manu@gcc.gnu.org> * gfortran.dg/line_length_5.f90: New test. From-SVN: r218410
This commit is contained in:
parent
99abe958d8
commit
ec0fa4f64d
6
gcc/testsuite/gfortran.dg/line_length_5.f90
Normal file
6
gcc/testsuite/gfortran.dg/line_length_5.f90
Normal file
@ -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 }
|
Loading…
Reference in New Issue
Block a user