re PR fortran/16465 (parser chokes with ffixed-line-length-7)

PR fortran/16465
* gfortran.dg/g77//ffixed-line-length-0.f,
gfortran.dg/g77/ffixed-line-length-132.f,
gfortran.dg/g77/ffixed-line-length-72.f,
gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
gfortran.dg/g77/README: Update.

From-SVN: r84892
This commit is contained in:
Tobias Schlüter 2004-07-18 15:06:31 +02:00 committed by Tobias Schlüter
parent f56c5d5d5b
commit 3d23e0184a
6 changed files with 42 additions and 5 deletions

View File

@ -1,3 +1,12 @@
2004-07-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/16465
* gfortran.dg/g77//ffixed-line-length-0.f,
gfortran.dg/g77/ffixed-line-length-132.f,
gfortran.dg/g77/ffixed-line-length-72.f,
gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
gfortran.dg/g77/README: Update.
2004-07-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/13092

View File

@ -27,11 +27,11 @@ fcase-preserve.f ?
ff90-1.f ?
ffixed-form-1.f Y
ffixed-form-2.f Y
ffixed-line-length-0.f F PR 16464
ffixed-line-length-132.f F PR 16464
ffixed-line-length-7.f F PR 16464
ffixed-line-length-72.f F PR 16464
ffixed-line-length-none.f F PR 16464
ffixed-line-length-0.f Y
ffixed-line-length-132.f Y
ffixed-line-length-7.f F PR 16465
ffixed-line-length-72.f Y
ffixed-line-length-none.f Y
ffree-form-1.f Y
ffree-form-2.f Y
ffree-form-3.f Y

View File

@ -0,0 +1,7 @@
C Test compiler flags: -ffixed-line-length-0
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do compile }
C { dg-options "-ffixed-line-length-0" }
C The next line has length 257
en d

View File

@ -0,0 +1,7 @@
C Test compiler flags: -ffixed-line-length-132
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do compile }
C { dg-options "-ffixed-line-length-132" }
c23456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012
en d*

View File

@ -0,0 +1,7 @@
C Test compiler flags: -ffixed-line-length-72
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do compile }
C { dg-options "-ffixed-line-length-72" }
c2345678901234567890123456789012345678901234567890123456789012345678901234567890
en d*

View File

@ -0,0 +1,7 @@
C Test compiler flags: -ffixed-line-length-none
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do compile }
C { dg-options "-ffixed-line-length-none" }
C The next line has length 257
en d