Commit 0b154c55 by Tobias Burnus Committed by Tobias Burnus

io_constraints_3.f90: Fixed by using -fmax-errors.

2006-11-09  Tobias Burnus  <burnus@net-b.de>

       * gfortran.dg/io_constraints_3.f90: Fixed by using -fmax-errors.
       * gfortran.dg/gomp/reduction1.f90: Fixed by using -fmax-errors.

From-SVN: r118619
parent dd508457
2006-11-09 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/io_constraints_3.f90: Fixed by using -fmax-errors.
* gfortran.dg/gomp/reduction1.f90: Fixed by using -fmax-errors.
2006-11-08 Zdenek Dvorak <dvorakz@suse.cz>
* gcc.dg/tree-ssa/ssa-ccp-14.c: New test.
! { dg-do compile }
! { dg-options "-fopenmp -fmax-errors=100" }
! { dg-require-effective-target tls }
subroutine foo (ia1)
......
......@@ -2,7 +2,7 @@
! Contributed by Francois-Xavier Coudert (coudert@clipper.ens.fr)
!
! { dg-do compile }
! { dg-options "-ffree-line-length-none -pedantic" }
! { dg-options "-ffree-line-length-none -pedantic -fmax-errors=50" }
integer,parameter :: mone = -1, zero = 0
character(len=*),parameter :: foo = "foo"
character(len=20) :: str
......
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