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:
parent
dd50845792
commit
0b154c5558
gcc/testsuite
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user