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

Re: [PATCH, Fortran] PROCEDURE declarations


Janus Weil wrote:
That's fine with me. I would include "in gfortran" and possibly add a
"Fortran 2003: " in front, to be consistent with the error msg for
procedure pointers:

  if (attr->procedure && attr->pointer)
    {
      gfc_error ("Fortran 2003: Procedure pointers at %L are "
		"not yet implemented in gfortran", where);
      return FAILURE;
    }

NO THIS IS SO WRONG! "yet" IS EVIL! Just kidding, fine with me. I won't have time to scan through the patch in detail again before I leave, but I see no reason to distrust Tobias B.'s judgement.


Congratulations, and thanks Janus!

Cheers,
- Tobi


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