RE: [PATCH PR94026] combine missed opportunity to simplify comparisons with zero

2020-03-15 Thread Yangfei (Felix)
Hi, > -Original Message- > From: Segher Boessenkool [mailto:seg...@kernel.crashing.org] > Sent: Saturday, March 14, 2020 12:07 AM > To: Yangfei (Felix) > Cc: gcc-patches@gcc.gnu.org; Zhanghaijian (A) > Subject: Re: [PATCH PR94026] combine missed opportunity to simplify > comparisons with

La cuenta bancaria de su empresa BBVA se suspende temporalmente.

2020-03-15 Thread 401925 gcci via Gcc-patches
     Su cuenta BBVA Empresas (Net Cash) está temporalmente restringida.   Estimado gcc-patches@gcc.gnu.org ,   su cuenta bancária de BBVA Empresas (Net Cash) está restringida por actividad Inusual.   Se adjunta su prueba de transferencia SEPA.   Lamentamos cualquier inconveniente que esto pued

[PATCH] Add C++2a wait/notify_one/notify_all support to std::atomic<>

2020-03-15 Thread Thomas Rodgers
This patch adds support for wait/notify_one/notify_all to std::atomic<>. Support for the volatile overloads will be added in a subsequent patch. * include/Makefile.am (bits_headers): Add new header. * include/Mamefile.in: Regenerate. * include/bits/atomic_base.h (__atomic_b

[PATCH v2] c++: Fix parsing of invalid enum specifiers [PR90995]

2020-03-15 Thread Jakub Jelinek via Gcc-patches
On Sun, Mar 15, 2020 at 05:21:59PM -0400, Jason Merrill wrote: > Let's use temp_override. So like this? Bootstrapped/regtested on x86_64-linux and i686-linux. 2020-03-15 Jakub Jelinek PR c++/90995 * parser.c (cp_parser_enum_specifier): Use temp_override for parser->co

Re: [PATCH] c++: Fix parsing of invalid enum specifiers [PR90995]

2020-03-15 Thread Jason Merrill via Gcc-patches
On 3/14/20 4:06 AM, Jakub Jelinek wrote: Hi! The testcase shows some accepts-invalid (the ones without alignas) and ice-on-invalid-code (the ones with alignas) cases. If the enum doesn't have an underlying type and is not a definition, the caller retries to parse it as elaborated type specifier.

Re: [PATCH 1/2] c++: Replay errors during diagnosis of constraint satisfaction failures

2020-03-15 Thread Martin Sebor via Gcc-patches
On 3/11/20 4:18 PM, Patrick Palka via Gcc-patches wrote: ... Hmm, like this? This version introduces a new static member function diagnosing_failed_constraint::replay_errors_p that checks current_constraint_diagnosis_depth, and also sets max_depth_exceeded_p when appropriate. ... Just one sma

[COMMITTED] coroutines: Fix indentation (NFC).

2020-03-15 Thread Iain Sandoe
Hi Whitespace-only change. Tested on x86_64-darwin, applied to master. thanks Iain gcc/cp/ChangeLog: 2020-03-15 Iain Sandoe * coroutines.cc (co_await_expander): Fix indentation. diff --git a/gcc/cp/coroutines.cc b/gcc/cp/coroutines.cc index 920575b0f54..f70b3ab69ab 100644 -

Re: [PATCH] driver: Fix typos in options descriptions

2020-03-15 Thread Lewis Hyatt via Gcc-patches
On Fri, Mar 13, 2020 at 01:24:07AM +, Joseph Myers wrote: > On Thu, 30 Jan 2020, Lewis Hyatt wrote: > > > Is this something that would be desirable to change for GCC 10? Attached > > patch would do so, and the output would become instead: > > This patch is OK. (It may mean some translation u

[PATCH] driver: Improve the generated help text for alias options with arguments

2020-03-15 Thread Lewis Hyatt via Gcc-patches
Hello- Currently, if an option is both undocumented and an alias for a second option, the help text generated by gcc --help directs the reader to use the other option instead. This makes sense for deprecated options, but it seems this pattern is also used for another case, namely when an option ex

Re: [PATCH, d] Committed merge with upstream dmd e9420cfbf

2020-03-15 Thread Rainer Orth
Hi Ian, > This patch merges the D front-end implementation with dmd upstream e9420cfbf. [...] > Bootstrapped and tested on x86_64-linux-gnu, and committed to trunk. this merge introduced a regression on Solaris (SPARC and x86): +UNRESOLVED: gdc.test/runnable/traits.d compilation failed to prod

New Swedish PO file for 'gcc' (version 10.1-b20200209)

2020-03-15 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 Swedish team of translators. The file is available at: https://translationproject.org/latest/gcc/sv.po (This file, 'gcc-10.1-b20200209.sv.po'

Re: [PATCH PR94125]Update post order number for merged SCC

2020-03-15 Thread Richard Biener via Gcc-patches
On March 15, 2020 7:12:26 AM GMT+01:00, "bin.cheng via Gcc-patches" wrote: >Hi, >This simple patch fixes PR94125 by updating post order number for >merged SCC. >The root cause is after computing SCC with runtime alias edges skipped, >the post >order info is changed and it's possible a partition i