Commit ecef6119 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent c450fb8b
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> 2009-04-05 Daniel Kraft <d@domob.eu>
PR fortran/38654 PR fortran/38654
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! { dg-options "-fbackslash" } ! { dg-options "-fbackslash" }
! PR36538 namelist failure with tabs preceding object name ! PR36538 namelist failure with tabs preceding object name
program check1 program check1
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! { dg-options "-fbackslash" } ! { dg-options "-fbackslash" }
! PR36546 Namelist error with tab following a comma and newline ! PR36546 Namelist error with tab following a comma and newline
program check1 program check1
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! PR36657 Namelist string constant immediately followed by comment ! PR36657 Namelist string constant immediately followed by comment
program gfcbug79 program gfcbug79
implicit none implicit none
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! PR36676 Namelist comment problems ! PR36676 Namelist comment problems
! test case from PR, reduced by Jerry DeLisle <jvdelisle@gcc.gnu.org> ! test case from PR, reduced by Jerry DeLisle <jvdelisle@gcc.gnu.org>
program mem_nml program mem_nml
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! PR36582 Namelist I/O error: Bogus "Cannot match namelist object" ! PR36582 Namelist I/O error: Bogus "Cannot match namelist object"
! Test case derived from PR. ! Test case derived from PR.
module mod1 module mod1
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! PR37707 Namelist read of array of derived type incorrect ! PR37707 Namelist read of array of derived type incorrect
! Test case from Tobias Burnus ! Test case from Tobias Burnus
IMPLICIT NONE IMPLICIT NONE
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! PR39528 repeated entries not read when using list-directed input. ! PR39528 repeated entries not read when using list-directed input.
! Test case derived from reporters example. ! Test case derived from reporters example.
program rread program rread
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! PR29053 Stream IO test 9. ! PR29053 Stream IO test 9.
! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org>. ! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org>.
! Test case derived from that given in PR by Steve Kargl. ! Test case derived from that given in PR by Steve Kargl.
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! { dg-options "-fbackslash" } ! { dg-options "-fbackslash" }
! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org> ! Contributed by Jerry DeLisle <jvdelisle@gcc.gnu.org>
program test1 program test1
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! { dg-options "-fbackslash" } ! { dg-options "-fbackslash" }
! Contributed by Tobias Burnus ! Contributed by Tobias Burnus
program test2 program test2
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! Wide chracter I/O test 1, formatted and mixed kind ! Wide chracter I/O test 1, formatted and mixed kind
! Test case developed by Jerry DeLisle <jvdelisle@gcc.gnu.org> ! Test case developed by Jerry DeLisle <jvdelisle@gcc.gnu.org>
program test1 program test1
......
! { dg-do run } ! { dg-do run { target fd_truncate } }
! Wide chracter I/O test 3, unformatted arrays ! Wide character I/O test 3, unformatted arrays
! Test case developed by Jerry DeLisle <jvdelisle@gcc.gnu.org> ! Test case developed by Jerry DeLisle <jvdelisle@gcc.gnu.org>
program test1 program test1
integer, parameter :: k4 = 4 integer, parameter :: k4 = 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment