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] | |
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; }
Cheers, - Tobi
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |