2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-15 17:30:50 +08:00

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
This commit is contained in:
Tobias Burnus 2006-11-09 11:26:10 +01:00 committed by Tobias Burnus
parent dd50845792
commit 0b154c5558
3 changed files with 7 additions and 1 deletions

@ -1,3 +1,8 @@
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.

@ -1,4 +1,5 @@
! { 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