Re: Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2019-07-09 Thread Gerald Pfeifer
On Sat, 19 Jan 2019, Jakub Jelinek wrote: >> how about the refinement below? > LGTM. Thanks. The context has changed a bit since then (due to links being added), so I had to manually re-apply the patch and committed the following now. Gerald Index: changes.html

Re: Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2019-01-19 Thread Jakub Jelinek
On Sat, Jan 19, 2019 at 11:49:34PM +0100, Gerald Pfeifer wrote: > Hej Jakub, hej Fortran hackers, > > On Wed, 21 Nov 2018, Jakub Jelinek wrote: > > Like this? Ok for trunk/wwwdocs? > > > > 2018-11-21 Jakub Jelinek > > > > * invoke.texi (-fdec-include): Document. > > how about the

Re: Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2019-01-19 Thread Gerald Pfeifer
Hej Jakub, hej Fortran hackers, On Wed, 21 Nov 2018, Jakub Jelinek wrote: > Like this? Ok for trunk/wwwdocs? > > 2018-11-21 Jakub Jelinek > > * invoke.texi (-fdec-include): Document. how about the refinement below? Gerald Index: gcc-9/changes.html

Re: Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2018-11-21 Thread Thomas Koenig
Hi Jakub, Before 9.0 is released, we should also document the flag (and the extension it supports) in the manual, and note it in changes.html and on the Wiki. Would you also do that? Like this? Ok for trunk/wwwdocs? OK for trunk (and I don't think you need my OK for wwwdocs, but you have

Re: Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2018-11-21 Thread Jakub Jelinek
On Wed, Nov 21, 2018 at 08:31:17AM +0100, Thomas Koenig wrote: > > I'd like to ping this patch, ok for trunk? > > OK. Thanks for the patch! Thanks. > Before 9.0 is released, we should also document the flag > (and the extension it supports) in the manual, and note it > in changes.html and on

Re: Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2018-11-20 Thread Thomas Koenig
Hi Jakub, I'd like to ping this patch, ok for trunk? OK. Thanks for the patch! Before 9.0 is released, we should also document the flag (and the extension it supports) in the manual, and note it in changes.html and on the Wiki. Would you also do that? Regards Thomas

Patch ping (Re: [PATCH] Fortran include line fixes and -fdec-include support)

2018-11-20 Thread Jakub Jelinek
Hi! I'd like to ping this patch, ok for trunk? > 2018-11-12 Jakub Jelinek > Mark Eggleston > > * lang.opt (fdec-include): New option. > * options.c (set_dec_flags): Set also flag_dec_include. > * scanner.c (include_line): Change return type from bool to int. >