This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patches,fortran] Add POINTER INTENT(*) support (PR29624)
- From: Tobias Burnus <burnus at net-b dot de>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 05 Jan 2007 10:17:36 +0100
- Subject: Re: [patches,fortran] Add POINTER INTENT(*) support (PR29624)
- References: <457E9077.80304@net-b.de> <4585C0DB.6030506@net-b.de> <459257EA.7080101@net-b.de> <4592999C.4000007@wanadoo.fr> <459D5A54.7050206@net-b.de> <459D68AD.8080401@codesourcery.com>
Brooks Moses wrote:
> However, I think a much more appropriate thing to do is to modify
> gfc_notify_std to handle this sort of thing correctly automatically
Good idea!
> For now, though, I would think that just using the "Fortran 2003:"
> version in all cases should be sufficient -- if something gets flagged
> in an error message as "Fortran 2003", it should be sufficiently clear
> that it's not in the Fortran 95 standard.
I use now the "Fortran 2003: %s ..." alternative. (Checked in as r120472.)
Thanks,
Tobias