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


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]