http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |janus at gcc dot gnu.org
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-07-29
08:00:01 UTC ---
This is due to revision 189514 (with r189513 reverted in order to bootstrap):
Author: janus
Date: Mon Jul 16 10:13:19 2012 UTC (12 days, 21 hours ago)
Changed paths: 6
Log Message:
2012-07-16 Janus Weil <[email protected]>
PR fortran/53956
* gfortran.h (gfc_copy_formal_args,gfc_copy_formal_args_ppc): Modified
prototypes.
* symbol.c (gfc_copy_formal_args): New argument 'if_src'. Copy if_source
of dummy procedures.
(gfc_copy_formal_args_ppc): Ditto.
* resolve.c (resolve_procedure_interface): Pass IFSRC_DECL to
gfc_copy_formal_args.
(resolve_fl_derived0): Pass IFSRC_DECL to gfc_copy_formal_args_ppc.
2012-07-16 Janus Weil <[email protected]>
PR fortran/53956
* gfortran.dg/proc_decl_28.f90: New.