This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PING - Re: [Patch, Fortran] PR33106 - F95 does not allow public entries to private derived types
- From: Tobias Burnus <burnus at net-b dot de>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>, "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Date: Mon, 17 Sep 2007 11:49:11 +0200
- Subject: PING - Re: [Patch, Fortran] PR33106 - F95 does not allow public entries to private derived types
- References: <46E84378.4080703@net-b.de>
Tobias Burnus wrote:
> :ADDPATCH fortran:
>
> For details, see PR and links therein. The following is invalid Fortran
> 95, but valid Fortran 2003; gfortran was accepting it with -std=f95:
> Build and regression tested on x86_64-unknown-linux-gnu with no new
> failures.
> Ok for the trunk?
>
See: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01118.html
and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33106
I also would like to see a review for:
[Patch, Fortran] Change error into std-notify (F2003) for private type
to public interfaces
http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01102.html
(The latter is also mentioned in PR33106 as comment 5.)
Tobias