re PR fortran/16520 (ICE in gfortran.dg/g77/19990905-1.f)

PR fortran/16520
* gfortran.dg/g77/19990905-1.f: Don't expect excess errors.

From-SVN: r86254
This commit is contained in:
Tobias Schlüter 2004-08-19 17:04:37 +02:00 committed by Tobias Schlüter
parent 97d68565c6
commit e281c0f884
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-19 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/16520
* gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
2004-08-19 Joseph S. Myers <jsm@polyomino.org.uk>
PR c++/17041

View File

@ -17,4 +17,3 @@ c Invalid declaration of or reference to symbol `foo' at (2) [initially seen at
entry y(a)
call foo(a(1))
end
c { dg-excess-errors "" } PR 16520