This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
grep gfc_syntax_error *c
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: fortran at gcc dot gnu dot org
- Date: Mon, 24 Jun 2019 15:55:09 -0700
- Subject: grep gfc_syntax_error *c
- Reply-to: sgk at troutmask dot apl dot washington dot edu
Dominiq to save you time in filling bugzilla
with bug reports, use "grep gfc_syntax_error *.c".
Any place you see
syntax:
gfc_syntax_error (...);
return MATCH_ERROR;
or
syntax:
gfc_syntax_error (...);
cleanup:
free...
free...
return MATCH_ERROR;
will likely generate misleading error messages.
--
Steve