Re: [PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-09-05 Thread Steve Kargl
Looks like a straight forward mechanical change. Probably doesn't need a review. OK. -- steve On Thu, Sep 05, 2019 at 09:55:58PM +0200, Harald Anlauf wrote: > Ping! > > On 08/28/19 21:58, Harald Anlauf wrote: > > Hi Bernhard, > > > > On 08/28/19 20:57, Bernhard Reutner-Fischer wrote: > >> I

Re: [PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-09-05 Thread Harald Anlauf
Ping! On 08/28/19 21:58, Harald Anlauf wrote: > Hi Bernhard, > > On 08/28/19 20:57, Bernhard Reutner-Fischer wrote: >> I see that you copied the unfortunate error-message "commence a loop" >> and i see that i completely forgot to adjust it as per Mike's >> preference in >> https://gcc.gnu.org/ml/

Re: [PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-08-28 Thread Harald Anlauf
Hi Bernhard, On 08/28/19 20:57, Bernhard Reutner-Fischer wrote: > I see that you copied the unfortunate error-message "commence a loop" > and i see that i completely forgot to adjust it as per Mike's > preference in > https://gcc.gnu.org/ml/fortran/2015-05/msg00166.html > > So can you please chan

Re: [PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-08-28 Thread Bernhard Reutner-Fischer
On Tue, 27 Aug 2019 21:49:38 +0200 Harald Anlauf wrote: > Committed to trunk as svn revision 274966, after removing some > accidentally left-over unused variable declarations (copy&paste). > The actual committed version is attached. > > Thanks, Paul, for the quick review! > > Unless there are s

Re: [PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-08-27 Thread Harald Anlauf
Committed to trunk as svn revision 274966, after removing some accidentally left-over unused variable declarations (copy&paste). The actual committed version is attached. Thanks, Paul, for the quick review! Unless there are strong objections, I'd like to commit this to 9-branch, too, so that this

Re: [PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-08-27 Thread Paul Richard Thomas
Hi Harald, This is OK for trunk. Thanks! Paul On Mon, 26 Aug 2019 at 22:13, Harald Anlauf wrote: > > Dear all, > > the attached patch adds Fortran support for the following pragmas > (loop annotations): IVDEP (ignore vector dependencies), VECTOR, and > NOVECTOR. Furthermore, it downgrades uns

[PR fortran/91496] !GCC$ directives error if mistyped or unknown

2019-08-26 Thread Harald Anlauf
Dear all, the attached patch adds Fortran support for the following pragmas (loop annotations): IVDEP (ignore vector dependencies), VECTOR, and NOVECTOR. Furthermore, it downgrades unsupported directives from error to warning (by default, it stays an error with -pedantic), thus fixing the PR. It