From 0b154c55585463bf8fc4ebea6e93988c79e86079 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Thu, 9 Nov 2006 11:26:10 +0100 Subject: [PATCH] io_constraints_3.f90: Fixed by using -fmax-errors. 2006-11-09 Tobias Burnus * gfortran.dg/io_constraints_3.f90: Fixed by using -fmax-errors. * gfortran.dg/gomp/reduction1.f90: Fixed by using -fmax-errors. From-SVN: r118619 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gfortran.dg/gomp/reduction1.f90 | 1 + gcc/testsuite/gfortran.dg/io_constraints_3.f90 | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c2bc3a56f1c..6931a7bcadfd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-11-09 Tobias Burnus + + * 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 * gcc.dg/tree-ssa/ssa-ccp-14.c: New test. diff --git a/gcc/testsuite/gfortran.dg/gomp/reduction1.f90 b/gcc/testsuite/gfortran.dg/gomp/reduction1.f90 index b69714d4b914..6d516ad76ab7 100644 --- a/gcc/testsuite/gfortran.dg/gomp/reduction1.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/reduction1.f90 @@ -1,4 +1,5 @@ ! { dg-do compile } +! { dg-options "-fopenmp -fmax-errors=100" } ! { dg-require-effective-target tls } subroutine foo (ia1) diff --git a/gcc/testsuite/gfortran.dg/io_constraints_3.f90 b/gcc/testsuite/gfortran.dg/io_constraints_3.f90 index 086e488eda8e..ae9acce67847 100644 --- a/gcc/testsuite/gfortran.dg/io_constraints_3.f90 +++ b/gcc/testsuite/gfortran.dg/io_constraints_3.f90 @@ -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