Move "(A & C) == D is false when D & ~C != 0" to match.pd

2017-05-20 Thread Marc Glisse
Hello, as asked, I am adding some replacement in match.pd instead of just deleting this (redundant with CCP). It is not clear how general the match.pd version needs to be. (for instance it could handle some casts in addition to what I have written) The expansion results in a few

New Spanish PO file for 'gcc' (version 7.1.0)

2017-05-20 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.0.es.po', has

Re: [wwwdocs] projects/prefetch.html - remove Itanium manual

2017-05-20 Thread Gerald Pfeifer
On Sun, 14 May 2017, Gerald Pfeifer wrote: > The usual theme, but at least a redirect to a most generic page, > so let's just remove this. Somehow I made a silly mistake; fixed thusly. Gerald Index: htdocs/projects/prefetch.html

Re: MinGW compilation warnings in libiberty's include/environ.h

2017-05-20 Thread Eli Zaretskii
> From: DJ Delorie > Cc: pal...@redhat.com, gcc-patches@gcc.gnu.org, gdb-patc...@sourceware.org > Date: Sat, 20 May 2017 02:16:14 -0400 > > Eli Zaretskii writes: > > My problem is, I don't have a GCC repository, so doing the above means > > In this case, a gdb

Re: [PATCH 1/7] [ARC] Make mulsi for A700 pattern commutative.

2017-05-20 Thread Andrew Burgess
* Claudiu Zissulescu [2017-05-19 12:30:56 +0200]: > gcc/ > 2016-11-10 Claudiu Zissulescu > > * config/arc/arc.md (mulsi3_700): Make it commutative. Looks good thanks, Andrew > --- > gcc/config/arc/arc.md | 2 +- > 1 file

Re: [PATCH] Avoid signed overflow in num_get::_M_extract_int (PR libstdc++/67214)

2017-05-20 Thread Xi Ruoyao
On 2017-05-19 15:38 +0100, Jonathan Wakely wrote: > On 18/05/17 19:10 +0800, Xi Ruoyao wrote: > > This UB has been hiding so long... > > Indeed! Thanks for the patch. > > > 2017-03-11  Xi Ruoyao   > > > > PR libstdc++/67214 > > * include/bits/locale_facets.tcc

Re: MinGW compilation warnings in libiberty's include/environ.h

2017-05-20 Thread DJ Delorie
Eli Zaretskii writes: > My problem is, I don't have a GCC repository, so doing the above means In this case, a gdb repo would have sufficed. > IOW, not everyone who reports a problem can necessarily provide a > patch. The fact that you know too much about my abilities in other >

Re: MinGW compilation warnings in libiberty's include/environ.h

2017-05-20 Thread Eli Zaretskii
> From: DJ Delorie > Cc: gcc-patches@gcc.gnu.org, gdb-patc...@sourceware.org > Date: Fri, 19 May 2017 21:25:56 -0400 > > Fix committed. Thanks! Pedro, how do we make this propagated to the GDB repository? > As Pedro noted, the correct way to request a change is > to make the