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] PR fortran/49265 -- allow for double colon in module procedure statement


Hi Steve,

it seems that, with your patch,

   interface foo
      module procedure::bar
   end interface

is rejected, as is

  interface foo
     module procuedure:: bar
  end interface

Is this the way it is supposed to be?

Thomas


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