This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

grep gfc_syntax_error *c


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


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