This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran-Experiments]: patch
On Mon, 26 Feb 2007, Christopher D. Rickett wrote:
i think that having the name would be useful. i'm not sure why i didn't add
it in the first place, but nice catch. i think i didn't add it simply
because i had looked at some of the add_* routines that did not use it. for
consistency, perhaps all of the add_* routines should take a name arg?
Chris
i looked at where the attributes are matched, and adding a name parameter
to all of the add_* functions may not work since there isn't always a
symbol to work with. but, adding it for add_is_bind_c is still ok to me.
Chris