From: Tobias Schlüter Date: Sun, 11 Jul 2004 13:06:26 +0000 (+0200) Subject: re PR fortran/16455 (print the location of a missing module fatal error) X-Git-Tag: releases/gcc-4.0.0~6747 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=953e663055414d35b92d0aed7c40f9502f49a613;p=thirdparty%2Fgcc.git re PR fortran/16455 (print the location of a missing module fatal error) PR fortran/16455 Fix ChangeLog From-SVN: r84509 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index cf1bf3b4bde5..0c784140d57f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,6 +1,6 @@ 2004-07-11 Tobias Schlueter - PR fortran/15455 + PR fortran/16455 * module.c (gfc_dump_module, gfc_use_module): Print locus when opening of module file fails.