decl.c
282 KB
-
re PR fortran/85088 (improve diagnostic for bad INTENT declaration ('Invalid… · ea20e8be
re PR fortran/85088 (improve diagnostic for bad INTENT declaration ('Invalid character in name at')) 2018-06-10 Janus Weil <janus@gcc.gnu.org> PR fortran/85088 * decl.c (match_attr_spec): Synchronize the DECL_* enum values with the INTENT_* values from the enum 'sym_intent'. Call 'match_intent_spec' and remove a TODO note. * gfortran.h: Add a comment to sym_intent. 2018-06-10 Janus Weil <janus@gcc.gnu.org> PR fortran/85088 * gfortran.dg/intent_decl_1.f90: New test case. From-SVN: r261386Janus Weil committed