This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/10220] attribute DW_AT_calling_convention not correct for fortran
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Nov 2007 14:44:00 -0000
- Subject: [Bug fortran/10220] attribute DW_AT_calling_convention not correct for fortran
- References: <bug-10220-5737@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-11-04 14:44 -------
Subject: Bug 10220
Author: fxcoudert
Date: Sun Nov 4 14:43:45 2007
New Revision: 129882
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129882
Log:
PR fortran/10220
* dwarf2out.c (add_calling_convention_attribute): Change
second argument. Set calling convention to DW_CC_program for
Fortran main program.
(gen_subprogram_die): Adjust to new prototype for
add_calling_convention_attribute.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10220