namelist_51.f90, [...]: Gate test on effective_target fd_truncate.
* gfortran.dg/namelist_51.f90, gfortran.dg/utf8_2.f03, gfortran.dg/namelist_48.f90, gfortran.dg/read_repeat.f90, gfortran.dg/streamio_9.f90, gfortran.dg/widechar_IO_1.f90, gfortran.dg/namelist_50.f90, gfortran.dg/namelist_52.f90, gfortran.dg/utf8_1.f03, gfortran.dg/namelist_56.f90, gfortran.dg/namelist_49.f90: Gate test on effective_target fd_truncate. * gfortran.dg/widechar_IO_3.f90: Ditto. Fix typo in comment. From-SVN: r145580
This commit is contained in:
parent
c450fb8b66
commit
ecef6119ce
@ -1,3 +1,14 @@
|
||||
2009-04-06 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gfortran.dg/namelist_51.f90, gfortran.dg/utf8_2.f03,
|
||||
gfortran.dg/namelist_48.f90, gfortran.dg/read_repeat.f90,
|
||||
gfortran.dg/streamio_9.f90, gfortran.dg/widechar_IO_1.f90,
|
||||
gfortran.dg/namelist_50.f90, gfortran.dg/namelist_52.f90,
|
||||
gfortran.dg/utf8_1.f03, gfortran.dg/namelist_56.f90,
|
||||
gfortran.dg/namelist_49.f90: Gate test on effective_target
|
||||
fd_truncate.
|
||||
* gfortran.dg/widechar_IO_3.f90: Ditto. Fix typo in comment.
|
||||
|
||||
2009-04-05 Daniel Kraft <d@domob.eu>
|
||||
|
||||
PR fortran/38654
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! { dg-options "-fbackslash" }
|
||||
! PR36538 namelist failure with tabs preceding object name
|
||||
program check1
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! { dg-options "-fbackslash" }
|
||||
! PR36546 Namelist error with tab following a comma and newline
|
||||
program check1
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! PR36657 Namelist string constant immediately followed by comment
|
||||
program gfcbug79
|
||||
implicit none
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! PR36676 Namelist comment problems
|
||||
! test case from PR, reduced by Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
program mem_nml
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! PR36582 Namelist I/O error: Bogus "Cannot match namelist object"
|
||||
! Test case derived from PR.
|
||||
module mod1
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! PR37707 Namelist read of array of derived type incorrect
|
||||
! Test case from Tobias Burnus
|
||||
IMPLICIT NONE
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! PR39528 repeated entries not read when using list-directed input.
|
||||
! Test case derived from reporters example.
|
||||
program rread
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! PR29053 Stream IO test 9.
|
||||
! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org>.
|
||||
! Test case derived from that given in PR by Steve Kargl.
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! { dg-options "-fbackslash" }
|
||||
! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
program test1
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! { dg-options "-fbackslash" }
|
||||
! Contributed by Tobias Burnus
|
||||
program test2
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! Wide chracter I/O test 1, formatted and mixed kind
|
||||
! Test case developed by Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
program test1
|
||||
|
@ -1,5 +1,5 @@
|
||||
! { dg-do run }
|
||||
! Wide chracter I/O test 3, unformatted arrays
|
||||
! { dg-do run { target fd_truncate } }
|
||||
! Wide character I/O test 3, unformatted arrays
|
||||
! Test case developed by Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
program test1
|
||||
integer, parameter :: k4 = 4
|
||||
|
Loading…
Reference in New Issue
Block a user