This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [fortran, patch] PR25094 - check for private types in public interfaces


On Tuesday 03 July 2007 03:38:46 Jerry DeLisle wrote:
> Daniel Franke wrote:
> > As is, gfortran accepts PRIVATE procedures in PUBLIC interfaces which
> > expect dummy arguments of PRIVATE type. The patch is straightforward, the
> > testcase the reporter's.
> >
> > :ADDPATCH fortran:
> >
> > gcc/fortran:
> > 2007-07-02  Daniel Franke  <franke.daniel@gmail.com>
> >
> > 	PR fortran/25094
> > 	* resolve.c (resolve_fl_procedure): Added check for PRIVATE types
> > 	in PUBLIC interfaces.
> >
> > gcc/testsuite:
> > 2007-07-02  Daniel Franke  <franke.daniel@gmail.com>
> >
> > 	PR fortran/25094
> > 	* gfortran.dg/interface_13.f90: New test.

Fixed the typo sorted out the other comment on IRC.
Committed as r126466.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]