string_length_2.f90: Fix dg-do run.

2013-06-05  Manfred Schwarb  <manfred99@gmx.ch>
            Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/string_length_2.f90: Fix dg-do run.
        * gfortran.dg/io_real_boz_3.f90: Remove extra space in "dg-do
        * run".
        * gfortran.dg/io_real_boz_4.f90: Ditto.
        * gfortran.dg/io_real_boz_5.f90: Ditto.


Co-Authored-By: Tobias Burnus <burnus@net-b.de>

From-SVN: r199684
This commit is contained in:
Manfred Schwarb 2013-06-05 10:28:01 +02:00 committed by Tobias Burnus
parent a367df532e
commit 41e887837a
5 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,11 @@
2013-06-05 Manfred Schwarb <manfred99@gmx.ch>
Tobias Burnus <burnus@net-b.de>
* gfortran.dg/string_length_2.f90: Fix dg-do run.
* gfortran.dg/io_real_boz_3.f90: Remove extra space in "dg-do run".
* gfortran.dg/io_real_boz_4.f90: Ditto.
* gfortran.dg/io_real_boz_5.f90: Ditto.
2013-06-05 Andreas Schwab <schwab@suse.de>
* gcc.dg/tree-ssa/attr-alias.c: Remove duplicated contents.

View file

@ -1,5 +1,4 @@
! { dg-do run }
! Note: two spaces before "run" to run only once (libgfortran test)
! { dg-do run }
! { dg-options "-std=f2008" }
! { dg-require-effective-target fortran_real_16 }
!

View file

@ -1,5 +1,4 @@
! { dg-do run }
! Note: two spaces before "run" to run only once (libgfortran test)
! { dg-do run }
! { dg-options "-std=f2003" }
! { dg-require-effective-target fortran_real_16 }
!

View file

@ -1,5 +1,4 @@
! { dg-do run }
! Note: two spaces before "run" to run only once (libgfortran test)
! { dg-do run }
! { dg-options "-std=f2008" }
! { dg-require-effective-target fortran_real_16 }
!

View file

@ -1,4 +1,4 @@
! { dg-run }
! { dg-do run }
! { dg-options "-fdump-tree-original" }
! Test that all string length calculations are
! optimized away.