This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] Fix ICE with invalid OPEN ACCESS= argument
On Tue, Nov 29, 2005 at 12:53:43PM +0100, Fran?ois-Xavier Coudert wrote:
> > As the testcase below shows, gfc_resolve_open wasn't checking ACCESS=
> > argument and thus not issuing needed diagnostics and later on dying on
> > ICE in set_string. Tested on x86_64-linux.
>
> OK to commit on all branches you think of.
Thanks.
> Where did that bug-report
> come from? Is that in bugzilla somewhere? I'm amazed we didn't see it
> before today...
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173932
Jakub