This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ptach, fortran] PR25818 - Problem with handling optional and entry master arguments
On Thu, Dec 21, 2006 at 08:22:46PM -0800, Steve Kargl wrote:
>
> It looks to be a deference in the new check_argument_lists().
>
> + if (f->sym)
> + f->sym->attr.not_always_present = 1;
>
> I had to add the "if (f->sym)" to get entry_3.f90 to compile.
> Regression testing is underway.
>
Bootstrap and regression tested on i386-*-freebsd.
--
Steve