[wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default

2018-04-01 Thread Gerald Pfeifer
On Tue, 24 Oct 2017, Richard Biener wrote: >> +1 from me, FWIW. > Please add some changes.html blurb. I don't find anything in gcc-8/changes.html, so how about the following? Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs

[PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread Pali Rohár
Command line option -Werror is dangerous as it could cause problems for compiling applications in future. Once gcc introduces a new warning or change logic for existing warnings then compilation of existing application via gcc could throw a new warning. As -Werror makes all warnings fatal, it make

Re: [wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default

2018-04-01 Thread Jakub Jelinek
On Sun, Apr 01, 2018 at 11:34:51AM +0200, Gerald Pfeifer wrote: > On Tue, 24 Oct 2017, Richard Biener wrote: > >> +1 from me, FWIW. > > Please add some changes.html blurb. > > I don't find anything in gcc-8/changes.html, so how about the > following? LGTM, thanks. > RCS file: /cvs/gcc/wwwdocs/ht

[patch, fortran] Fix PR 85102

2018-04-01 Thread Thomas Koenig
Hello world, this is a minimal-invasive patch to fix the case where array specs starting with a parenthesis were not handled correctly. Regression-tested. OK for trunk? Regards Thomas 2018-04-01 Thomas Koenig PR fortran/85102 * array.c (strip_parens): New function.

Re: [PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread Marek Polacek
On Sun, Apr 01, 2018 at 12:05:40PM +0200, Pali Rohár wrote: > Command line option -Werror is dangerous as it could cause problems for > compiling applications in future. Once gcc introduces a new warning or > change logic for existing warnings then compilation of existing > application via gcc coul

Re: [wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default

2018-04-01 Thread Gerald Pfeifer
On Sun, 1 Apr 2018, Jakub Jelinek wrote: > LGTM, thanks. Thanks! I committed the following minor variation that splits the longer sentence into two. Gerald Index: gcc-8/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/ch

Re: Deprecate some C++ extensions

2018-04-01 Thread Gerald Pfeifer
On Tue, 20 Mar 2018, Sandra Loosemore wrote: > In general, I don't think the current GCC manual should document > features that are no longer present in current GCC. I've previously > done a bunch of cleanups to other parts of the manual removing such bits > for features that were documented as

Re: [PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread Segher Boessenkool
On Sun, Apr 01, 2018 at 12:05:40PM +0200, Pali Rohár wrote: > Command line option -Werror is dangerous as it could cause problems for > compiling applications in future. Once gcc introduces a new warning or > change logic for existing warnings then compilation of existing > application via gcc coul

Re: [PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread Pali Rohár
On Sunday 01 April 2018 14:32:26 Segher Boessenkool wrote: > On Sun, Apr 01, 2018 at 12:05:40PM +0200, Pali Rohár wrote: > > Command line option -Werror is dangerous as it could cause problems for > > compiling applications in future. Once gcc introduces a new warning or > > change logic for existi

Re: [PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread Gerald Pfeifer
On Sun, 1 Apr 2018, Pali Rohár wrote: > Command line option -Werror is dangerous as it could cause problems for > compiling applications in future. Once gcc introduces a new warning or > change logic for existing warnings then compilation of existing > application via gcc could throw a new warning.

Re: [PATCH][WWWDOCS][AArch64][ARM] Update GCC 8 release notes

2018-04-01 Thread Gerald Pfeifer
On Tue, 16 Jan 2018, Tamar Christina wrote: > I seem to have forgotten the patch :) Ah, one thing I noticed is that you've used the spelling of "Arm" as opposed to "ARM" and even changed some of the former to the latter. Is "Arm" now the new official spelling that we should use consistently? gcc

Re: [PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread David Malcolm
On Sun, 2018-04-01 at 22:40 +0200, Pali Rohár wrote: > On Sunday 01 April 2018 14:32:26 Segher Boessenkool wrote: > > On Sun, Apr 01, 2018 at 12:05:40PM +0200, Pali Rohár wrote: > > > Command line option -Werror is dangerous as it could cause > > > problems for > > > compiling applications in futur

Re: [wwwdocs] Couple of items for gcc-8/changes.html

2018-04-01 Thread Gerald Pfeifer
On Wed, 21 Mar 2018, Eric Botcazou wrote: > Plus a wording change for the sake of consistency. OK to commit? Yes, thank you, Eric. Gerald

Re: [wwwdocs] Document change that ipa-pure-const pass propagates malloc attribute.

2018-04-01 Thread Gerald Pfeifer
On Fri, 27 Oct 2017, Prathamesh Kulkarni wrote: > Applied the attached patch to changes.html. Thank you. I applied the follow-up below to avoid overly long lines, use -Wsuggest-attribute=malloc (with a leading '-') and address a grammar issue or two. Gerald Index: gcc-8/changes.html ===

Re: [PATCH] Show dangerous warning when -Werror option is used

2018-04-01 Thread Pali Rohár
On Sunday 01 April 2018 17:05:13 David Malcolm wrote: > On Sun, 2018-04-01 at 22:40 +0200, Pali Rohár wrote: > > On Sunday 01 April 2018 14:32:26 Segher Boessenkool wrote: > > > On Sun, Apr 01, 2018 at 12:05:40PM +0200, Pali Rohár wrote: > > > > Command line option -Werror is dangerous as it could

Re: [patch, fortran] Fix PR 85102

2018-04-01 Thread Thomas Koenig
Hi everybody, Regression-tested. OK for trunk? Not OK, since it misses integer, parameter :: a((1+1)+1) = 1 as asked by Dominique on IRC. Good catch! I'll look at this tomorrow. Regards thomas

[wwwdocs] gcc-8/changes.html - typos,...

2018-04-01 Thread Gerald Pfeifer
This fixes a couple of typos, informal language (regs instead of registers,...),... in our GCC 8 release notes. Committed. Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v retrieving revision 1.4

[wwwdocs] gcc-7/changes.html editorial changes

2018-04-01 Thread Gerald Pfeifer
Spell GCC (not gcc) and front end (instead of frontend). Applied. Gerald Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.99 diff -u -r1.99 changes.html --- changes.html1 F

Re: [PATCH, committed] Update my MAINTAINERS entries

2018-04-01 Thread Bill Schmidt
> On Mar 31, 2018, at 7:49 AM, Gerald Pfeifer wrote: > > On Fri, 30 Mar 2018, Bill Schmidt wrote: >> Just updating my email address and making it a little clearer which >> is which between Will Schmidt and me. Committed. > > Actually you can (should) remove your entry from Write after Approva

[PATCH, rs6000] Undefine vector, bool, pixel in xmmintrin.h

2018-04-01 Thread Bill Schmidt
Hi, The xmmintrin.h and related header files make use of altivec.h to enable vector intrinsics to be used for compatibility. However, for C++ or C11 using strict ANSI compliance, this causes a collision with the "bool" keyword. We intend to later change altivec.h to not define these keywords und

Re: [documentation patch] add detail to const and pure attributes

2018-04-01 Thread Sandra Loosemore
On 03/27/2018 03:21 PM, Pedro Alves wrote: On 03/27/2018 09:19 PM, Martin Sebor wrote: On 03/27/2018 01:38 PM, Pedro Alves wrote: On 03/27/2018 07:18 PM, Martin Sebor wrote: +Because a @code{pure} function can have no side-effects it does not FWIW, I'd suggest rephrasing as:  Because a @co