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
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Tue, 29 Nov 2005 12:53:43 +0100
- Subject: Re: [PATCH] Fix ICE with invalid OPEN ACCESS= argument
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MAjRvLQrvNTlmoc9Wf7ear85OvRvynTCv4DqDcaVk1CYb0JY2Tulpm6Rg/X3kZN0tcjagXq0pBC9Bl3M2JBu4ILOIYREMSoBwcSHSZo+3wyyfxcFaFWZ39u2yWsFeUdcJ1RuyGv14urxD/FPKh65FGoEr5Peg0owM7sCT+9YSTU=
- References: <20051129114401.GV31785@devserv.devel.redhat.com>
> 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. Where did that bug-report
come from? Is that in bugzilla somewhere? I'm amazed we didn't see it
before today...
FX