------- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-06-24 22:56 ------- Subject: Bug 32456
Author: jvdelisle Date: Sun Jun 24 22:56:21 2007 New Revision: 125989 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125989 Log: 2007-06-24 Jerry DeLisle <[EMAIL PROTECTED]> PR libgfortran/32456 * runtime/error.c (show_locus): Update to emit the unit number and file name involved with the error. Use new function filename_from_unit. * libgfortran.h (filename_from_unit): Declare new function. * io/unit.c (init_units): Set the unit file name for stdin, stdout, and stderr for use later in error reporting. (filename_from_unit): Add this new function. Modified: trunk/libgfortran/ChangeLog trunk/libgfortran/io/unit.c trunk/libgfortran/libgfortran.h trunk/libgfortran/runtime/error.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32456