Commit 41e88783 by Manfred Schwarb Committed by Tobias Burnus

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
parent a367df53
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> 2013-06-05 Andreas Schwab <schwab@suse.de>
* gcc.dg/tree-ssa/attr-alias.c: Remove duplicated contents. * gcc.dg/tree-ssa/attr-alias.c: Remove duplicated contents.
......
! { dg-do run } ! { dg-do run }
! Note: two spaces before "run" to run only once (libgfortran test)
! { dg-options "-std=f2008" } ! { dg-options "-std=f2008" }
! { dg-require-effective-target fortran_real_16 } ! { dg-require-effective-target fortran_real_16 }
! !
......
! { dg-do run } ! { dg-do run }
! Note: two spaces before "run" to run only once (libgfortran test)
! { dg-options "-std=f2003" } ! { dg-options "-std=f2003" }
! { dg-require-effective-target fortran_real_16 } ! { dg-require-effective-target fortran_real_16 }
! !
......
! { dg-do run } ! { dg-do run }
! Note: two spaces before "run" to run only once (libgfortran test)
! { dg-options "-std=f2008" } ! { dg-options "-std=f2008" }
! { dg-require-effective-target fortran_real_16 } ! { dg-require-effective-target fortran_real_16 }
! !
......
! { dg-run } ! { dg-do run }
! { dg-options "-fdump-tree-original" } ! { dg-options "-fdump-tree-original" }
! Test that all string length calculations are ! Test that all string length calculations are
! optimized away. ! optimized away.
......
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