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] PR fortran/35840: asynchronous specifier for a data transfert statement shall be an initialization expression


Hello,

same here:
ping and blablabla commit blablabla.

Mikael


Mikael Morin wrote:
> Hi,
> 
> this patch fixes PR35840.
> It takes checking code from gfc_match_init_expr to a separated function
> and uses it to check exotic (non-constant, but reducible) asynchronous
> specifier ("y"//"e"//trim("s  ") which reduces to "yes" was the one
> reported).
> 
> This was first posted on the bugzilla, and pre-approved there.
> It is regression tested.
> 
> Is this Ok ?*
> Mikael.
> 
> PS : My copyright assignment should reach the FSF by the end of this
> week or more probably next week.
> 
> (*) This is my first patch proposal so I'm awaiting comments about
> everything (patch, Changelog, message, syntactic conventions, testcase,
> ...). Be very strict.
> 
> 
> 
> 


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