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: PR fortran/87919 patch for -fno-dec-structure


On 12/11/2018 20:28, Fritz Reese wrote:
Attached is the latest version, which builds and regtests cleanly on
x86_64-redhat-linux. OK for trunk, 7-branch, and 8-branch?

I'm currently using this patch (pending it being committed) and have some pending patches that use it.

I can use the old method of setting dec options for the time being and PR fortran/87919 will have to be modified accordingly.

I note that in gcc/fortran/options the comment preceding set_default_std_flags it says:

"Keep in sync with libgfortran/runtime/compile_options.c (init_compile_options)."

and in libgfortran/runtime/compile_options.c preceding init_compile_options it says:

"Keep in sync with gcc/fortran/options.c (gfc_init_options)."

I think this should have (set_default_std_flags) instead of (gfc_init_options) and they are not in sync.

Mark

Fritz

--
https://www.codethink.co.uk/privacy.html


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