Re: Perforate fnspec attribute strings

2020-10-02 Thread Richard Biener
On Fri, 2 Oct 2020, Jan Hubicka wrote: > Hi, > as discussed this patch makes return value and arg specifiers to be 2 > characters long and updates (I hope) all fnspec strings. > I also enabled part of the verification (just accepting the fortran bug > with 'R' and 'W' in return value specifiers) t

Perforate fnspec attribute strings

2020-10-02 Thread Jan Hubicka
Hi, as discussed this patch makes return value and arg specifiers to be 2 characters long and updates (I hope) all fnspec strings. I also enabled part of the verification (just accepting the fortran bug with 'R' and 'W' in return value specifiers) to get some evidence that the update is complete.