Commit b33cc994 by Jerry DeLisle

newunit_3.f90: Add dg-do run.

2013-01-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	* gfortran.dg/newunit_3.f90: Add dg-do run.
	* gfortran.dg/inquire_15.f90: Add dg-do run.

From-SVN: r194775
parent a9b01f00
2013-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
* gfortran.dg/newunit_3.f90: Add dg-do run.
* gfortran.dg/inquire_15.f90: Add dg-do run.
2013-01-01 Jakub Jelinek <jakub@redhat.com> 2013-01-01 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/55831 PR tree-optimization/55831
......
! { dg-do run }
! PR48976 test case by jvdelisle@gcc.gnu.org ! PR48976 test case by jvdelisle@gcc.gnu.org
character(len=20) :: str character(len=20) :: str
str = "abcdefg" str = "abcdefg"
......
! { dg-do run }
! PR48960 On ERROR newunit should not modify user variable. ! PR48960 On ERROR newunit should not modify user variable.
program test_newunit program test_newunit
integer :: st, un = 0 integer :: st, un = 0
......
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