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/66057 -- detect malformed GENERIC statement


Does it also catch the other cases shown in the PR? Things like:

      generic :: 2
      generic :: 2 =
      generic :: 1 => x
      generic :: ?

etc.

OK if so. If not, maybe itâs worth adding them at the same time?

FX


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