This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Patch, Fortran] PR 40089: Public type with public component which has a private type


Janus Weil wrote:
> this small patch fixes a close-to-obvious bug in resolve.c
> (resolve_fl_derived), which triggered a rejects-valid error with
> procedure pointer components. For details see the PR. Regtested on
> x86_64-unknown-linux-gnu. Ok for trunk?

OK thanks for the patch. (Someone must have been dreaming while
writing and reviewing the original patch ... I wouldn't be surprised
if I had been in either role.)

Tobias

> 2009-05-11  Janus Weil  <janus@gcc.gnu.org>
>
>	PR fortran/40089
>	* resolve.c (resolve_fl_derived): Only return FAILURE if
>	gfc_notify_std fails.
>
>
> 2009-05-11  Janus Weil  <janus@gcc.gnu.org>
>
>	PR fortran/40089
>	* gfortran.dg/proc_ptr_comp_7.f90: New.
>


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