[wwwdocs] Remove duplicate reference to Objective-C from readings.html

2017-02-26 Thread Gerald Pfeifer
This very link is also part of gcc/doc/standards.texi, no need to duplicate this here. Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.266 diff -u -r1.266 readings.htm

Re: [PATCH doc] update -dM to mention excluded macros (PR 41540)

2017-02-26 Thread Gerald Pfeifer
On Mon, 13 Feb 2017, Martin Sebor wrote: >> +The predefined macros @code{__FILE__}, @code{__LINE__}, @code{__DATE__}, >> +and @code{__TIME__} are excluded from this list because their replacements >> +may change from one line of output to the next. >> >> Is this ("their replacements may change") t

Re: [www patch] sort branches

2017-02-26 Thread Gerald Pfeifer
On Mon, 13 Feb 2017, Michael Eager wrote: > The microblaze branch has been merged into the gcc mainline. Thanks for the patch, Michael. I noticed you had not committed it, so I just did that for you (with a little tweak in how we refer to GCC 4.2.1 as opposed to gcc-4.2.1). Gerald Index: svn.ht

Re: [www patch] sort branches

2017-02-26 Thread Gerald Pfeifer
On Mon, 13 Feb 2017, Nathan Sidwell wrote: > I've applied this patch to sort the other branch lists in svn.html. I > also added an index and split the inactive branch list into merged and > plain inactive. I noticed the description of Merged Development Branches was a litte incomplete (in terms

New Spanish PO file for 'gcc' (version 7.1-b20170101)

2017-02-26 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'gcc' has been submitted by the Spanish team of translators. The file is available at: http://translationproject.org/latest/gcc/es.po (This file, 'gcc-7.1-b20170101.es.po',

[PATCH] Some more translation related tweaks

2017-02-26 Thread Volker Reichelt
After Jakub's and Marek's latest translation patches, I grepped for other unmarked messages. Here's what I found in the C++ front-end. Bootstrapped/regtested on x86_64-linux, ok for trunk? Regards, Volker 2017-02-26 Volker Reichelt * init.c: Include intl.h (build_new_1): Mar

Re: [PATCH] Some more translation related tweaks

2017-02-26 Thread Jakub Jelinek
On Sun, Feb 26, 2017 at 01:18:57PM +0100, Volker Reichelt wrote: > 2017-02-26 Volker Reichelt > > * init.c: Include intl.h Missing . > @@ -29,6 +29,7 @@ > #include "varasm.h" > #include "gimplify.h" > #include "c-family/c-ubsan.h" > +#include "intl.h" > > static bool begin_init_st

[wwwdocs] Rotate news

2017-02-26 Thread Gerald Pfeifer
...so that we show items from the last 12 months. As a nice side effect this balances the columns on main page out more evenly. Applied. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revisi

[wwwdocs] remove last style= attribute (in projects/gupc.html)

2017-02-26 Thread Gerald Pfeifer
Per my mail yesterday, projects/gupc.html had the last style= attribute used in all of wwwdocs. This patch, which I just applied, addresses this. Also, by increasing the second value of the margin settings, this now looks a lot nicer visually. Gerald Index: gcc.css

Re: [wwwdocs] Document in changes.html -fcode-hoisting, -fipa-bit-cp, -fipa-vrp, -fsplit-loops, GCJ removal, x86 ISA additions, -fshrink-wrap-separate etc.

2017-02-26 Thread Gerald Pfeifer
On Sun, 19 Feb 2017, Gerald Pfeifer wrote: > That was quite a bit; thanks for doing that, Jakub! > > In the patch below I try to streamline language a bit, document options > being implied by -Os (in addition to -O2 or higher), fix grammar in a few > places, and change a textual link to being a

[wwwdocs] readings.html - Andestech link update

2017-02-26 Thread Gerald Pfeifer
The old link redirected to the main page, which is neither useful nor appropriate for us; let's hope this one works a little longer. I applied the patch, but if you have a better link, please advise. Gerald Index: readings.html ===

Re: [www patch] sort branches

2017-02-26 Thread Michael Eager
On 02/26/2017 01:38 AM, Gerald Pfeifer wrote: On Mon, 13 Feb 2017, Michael Eager wrote: The microblaze branch has been merged into the gcc mainline. Thanks for the patch, Michael. I noticed you had not committed it, so I just did that for you (with a little tweak in how we refer to GCC 4.2.1

[Patch, fortran] PR71838 - ICE with OpenCoarrays on submodule

2017-02-26 Thread Paul Richard Thomas
I forgot to switch on 'plain text' mode - apologies Paul On 26 February 2017 at 15:58, Paul Richard Thomas wrote: > > Dear All, > > The title in this PR turned out to be a red herring. The problem is with a > procedure being a dummy in a submodule module procedure declaration; most > particula

Re: [Patch, fortran] PR71838 - ICE with OpenCoarrays on submodule

2017-02-26 Thread Paul Richard Thomas
I also forgot the attachment . ***duuuh*** On 26 February 2017 at 16:01, Paul Richard Thomas wrote: > I forgot to switch on 'plain text' mode - apologies > > Paul > > On 26 February 2017 at 15:58, Paul Richard Thomas > wrote: >> >> Dear All, >> >> The title in this PR turned out to be a red herr

Re: PR79697: Delete calls to strdup, strndup, realloc if there is no lhs

2017-02-26 Thread Prathamesh Kulkarni
On 26 February 2017 at 05:16, Martin Sebor wrote: > On 02/25/2017 11:54 AM, Prathamesh Kulkarni wrote: >> >> On 25 February 2017 at 14:43, Marc Glisse wrote: >>> >>> On Sat, 25 Feb 2017, Prathamesh Kulkarni wrote: >>> Hi, The attached patch deletes calls to strdup, strndup if it's

Re: [patch] Add -static-libquadmath option

2017-02-26 Thread Gerald Pfeifer
On Wed, 15 Oct 2014, FX wrote: > I sent my last “driver/options” patch to Neil Booth, listed as “option > handling” maintainer, but the email bounced back from his > daikokuya.co.uk address. Given that he did not commit to the tree since > January 2005 (almost 10 years), and that his last commit

Re: [PATCH, DOC] Enhance document of asan-use-after-return param.

2017-02-26 Thread Gerald Pfeifer
On Fri, 30 Sep 2016, Martin Liška wrote: > Even though we enable by default asan-use-after-return parameter (when > -fsanitize=address is selected), the runtime does not check use after > return by default. I would consider it useful to document. Yes, definitely, thank you. I noticed a few chan

Obsolete 32-bit HP-UX in GCC

2017-02-26 Thread John David Anglin
Hi Helge, There is a certain amount of pressure to deprecate the 32-bit hpux target in gcc. That was a sop to please various maintainers that wanted to remove the whole hpux target. I said we needed the 64-bit target for linux. So, I plan to do this after GCC 7 is released as there didn't seem

Re: [www patch] sort branches

2017-02-26 Thread Gerald Pfeifer
On Sun, 26 Feb 2017, Michael Eager wrote: > (I don't think that I have write permission for wwwdocs.) If you can commit to GCC sources, you also should be able to commit to wwwdocs. :-) https://gcc.gnu.org/about.html has a brief summary how to go about it; let me know if I can help. Gerald

[BUILDROBOT] arm-netbsdelf: Error during -fself-test (was: [PATCH] TS_OPTIMIZATION/TS_TARGET_OPTION need no chain/type)

2017-02-26 Thread Jan-Benedict Glaw
Hi Richard, On Wed, 2017-01-11 16:28:33 +0100, Richard Biener wrote: > On Wed, 11 Jan 2017, Richard Biener wrote: > > LTO bootstrapped on x86_64-unknown-linux-gnu, testing in progress. > > > > (most "gross" are still TS_LIST having a type and TS_VEC having type > > and chain, but that's been har