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] Support for legacy %FILL fields in STRUCTUREs


I find them strange too... But as you say, they are needed for old
code, and some such code bases are quite large and/or have
uncooperative users or maintainers.

Committed with %qs throughout, thanks for review.
---
Fritz Reese


On Tue, Aug 1, 2017 at 11:29 AM, Thomas Koenig <tkoenig@netcologne.de> wrote:
> Hi Fritz,
>
>
>
>> Regtests on x86_64-redhat-linux. OK for trunk?
>
>
> Patch looks good in principle; I really find all these DEC extensions
> strange, but if they are needed for old code, why not?
>
> Just one point:
>
>> +           gfc_error ("%s not allowed outside STRUCTURE at %C", "%FILL");
>
>
> This should have %qs (throughout the patch).
>
> OK for trunk with that.
>
> Regards
>
>         Thomas


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