This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gfortran,patch] PR fortran/27320
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: patch <gcc-patches at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Wed, 17 May 2006 14:08:27 +0200
- Subject: [gfortran,patch] PR fortran/27320
Hi all,
I just commited the patch below to mainline after regtesting on
i686-linux, to help error-recovery when -fdump-parse-tree is used,
under the "obvious" rule.
I will wait a week before commiting it to 4.1.
--------------------------------
Author: fxcoudert
Date: Wed May 17 12:06:42 2006
New Revision: 113855
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113855
Log:
PR fortran/27320
* dump-parse-tree.c (gfc_show_code_node): Try harder to find the
called procedure name.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/dump-parse-tree.c