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 (_M_extract_int): > >  

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 changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc

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 repo would have sufficed. Thanks,

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 ===

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 just

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 non-canonica