Some build environments and configuration options may lead to the make
variable PLUGIN_HEADERS being too long to be passed as parameters to the
shell `echo` command, leading to a "write error" message when making the
target install-plugin.
The following patch fixes this issue by using the [Make $(
The passage quoted talks about an initializer list containing a single
expression, but a braced-init-list is not an expression.
Tested x86_64-pc-linux-gnu, applying to trunk.
* pt.c (do_class_deduction): Don't try the single element deduction
if the single element is also a braced
The problem here was that "second parm is size_t" is false for a destroying
sized delete. So let's introduce sized_deallocation_fn_p when that's what
we're asking, and reserve second_parm_is_size_t for the specific case of
warning about possible confusion with placement delete.
Tested x86_64-pc-l
On 11/21/18 2:33 PM, Uros Bizjak wrote:
Hello!
Before the recent patch to post-reload mode switching, vzeroupper
insertion depended on the existence of the return copy instructions
pair in functions that return a value. The first instruction in the
pair represents a move to a function return h
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 German team of translators. The file is available at:
https://translationproject.org/latest/gcc/de.po
(This file, 'gcc-9.1-b20190414.de.po',
The attached patch fixes PR fortran/91066. The original
code was feeding a nonsense string of tokens to the
assembler causing it to toss its cookies. It turns out
that gfortran was not enforcing the constraint C1547
from Fortran 2018. The attached patch now performs
that check. Regression tes
On 17/04/19 17:12 +0100, Jonathan Wakely wrote:
The standard says the std::variant copy constructor is defined as
deleted unless all alternative types are copy constructible, but we were
making it also depend on move constructible.
It turns out that was changed by https://wg21.link/lwg2904 and
On 18/04/19 17:02 -0700, Thomas Rodgers wrote:
* include/bits/c++config: Remove explicit PSTL configuration
macros and use definitions from .
OK for trunk, thanks.
On 19/04/19 11:59 -0700, Thomas Rodgers wrote:
* include/pstl/glue_algorithm_impl.h (stable_sort): Forward
execution policy.
(mismatch): Forward execution policy.
(equal): Qualify call to std::equal().
(partial_sort): Forward execution policy.
(inpla
On Fri, 19 Apr 2019 at 22:00, Thomas Rodgers wrote:
>
> * include/pstl/glue_algorithm_impl.h (stable_sort): Forward
> execution policy.
> (mismatch): Forward execution policy.
> (equal): Qualify call to std::equal().
> (partial_sort): Forward execution polic
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 German team of translators. The file is available at:
https://translationproject.org/latest/gcc/de.po
(This file, 'gcc-9.1-b20190414.de.po',
On Wed, Nov 21, 2018 at 1:45 PM Vladimir Makarov wrote:
>
>
>
> On 11/21/2018 02:33 PM, Uros Bizjak wrote:
> > Hello!
> >
> > Before the recent patch to post-reload mode switching, vzeroupper
> > insertion depended on the existence of the return copy instructions
> > pair in functions that return
* include/pstl/glue_algorithm_impl.h (stable_sort): Forward
execution policy.
(mismatch): Forward execution policy.
(equal): Qualify call to std::equal().
(partial_sort): Forward execution policy.
(inplace_merge): Forward execution policy.
>From ce0a
On 4/19/19 3:38 AM, Jakub Jelinek wrote:
On Fri, Apr 19, 2019 at 11:28:41AM +0200, Christophe Lyon wrote:
--- a/contrib/check-internal-format-escaping.py
+++ b/contrib/check-internal-format-escaping.py
@@ -58,6 +58,10 @@ for i, l in enumerate(lines):
print('%s: %s' % (o
On Fri, Apr 19, 2019 at 06:19:00PM +0100, Paul Richard Thomas wrote:
> The part of this patch in resolve.c had essentially already been
> sorted out by Tobias Burnus in comment #2 of the PR. I suspect that he
> must have been put off the trail by the segfault that occurred when
> this was implement
The part of this patch in resolve.c had essentially already been
sorted out by Tobias Burnus in comment #2 of the PR. I suspect that he
must have been put off the trail by the segfault that occurred when
this was implemented. In the end, the reason for the segfault is quite
straight forward and com
On Fri, Apr 19, 2019 at 10:15:31AM -0600, Jeff Law wrote:
> On 4/18/19 3:23 PM, Segher Boessenkool wrote:
> > If we don't HONOR_NANS we should not try to use any unordered
> > comparison results. Best case those will just be optimized away;
> > realistically, they ICE. For example, the rs6000 bac
On 4/18/19 3:23 PM, Segher Boessenkool wrote:
> If we don't HONOR_NANS we should not try to use any unordered
> comparison results. Best case those will just be optimized away;
> realistically, they ICE. For example, the rs6000 backend has some
> code that specifically checks we never do this.
>
This patch by Clément Chigot defines SockaddrDatalink on AIX. It is
required for the golang.org/x/net repo. Bootstrapped on
x86_64-pc-linux-gnu. Committed to mainline.
Ian
Index: gcc/go/gofrontend/MERGE
===
--- gcc/go/gofrontend/ME
On 4/19/19 3:26 AM, Jakub Jelinek wrote:
> On Thu, Apr 18, 2019 at 11:20:32AM +0200, Richard Biener wrote:
>>
>> This fixes another case similar to the fixed PR89892, mergephi
>> via remove_forwarder_block_with_phi caused out-of-date debug
>> binds to become live and thus needs similar treatment as
Gcc
https://www.mdmgames.com/dreamweddingdemo/trk.aspx?t=outbound&u=http://tiny.cc/jxwe5y
-- Forwarded message -
From: crcha...@yahoo.co.uk
Date: Friday, April 19, 2019 04:23:36 PM
Subject:
To:
http://www.bing.com/search?q=&form=DDKYZRVTSTV&cvid=GRHBQVUGHPRRFER
On Fri, 19 Apr 2019 at 11:57, Richard Sandiford
wrote:
>
> Christophe Lyon writes:
> > On Fri, 19 Apr 2019 at 11:23, Richard Sandiford
> > wrote:
> >>
> >> Christophe Lyon writes:
> >> > On Thu, 18 Apr 2019 at 18:25, Richard Sandiford
> >> > wrote:
> >> >>
> >> >> Christophe Lyon writes:
> >>
On April 19, 2019 10:52:50 AM GMT+02:00, Jakub Jelinek wrote:
>Hi!
>
>We use SSA_NAMEs even for vector types which have BLKmode, e.g. neither
>x86
>nor sparc targets have V1SFmode and thus such VECTOR_TYPEs have
>BLKmode.
>In some cases outof ssa subpass calls get_temp_reg, but that will
>gen_reg_
Christophe Lyon writes:
> On Fri, 19 Apr 2019 at 11:23, Richard Sandiford
> wrote:
>>
>> Christophe Lyon writes:
>> > On Thu, 18 Apr 2019 at 18:25, Richard Sandiford
>> > wrote:
>> >>
>> >> Christophe Lyon writes:
>> >> > Hi,
>> >> >
>> >> > This patch adds the missing space before '%<' in
>>
OK.
On Fri, Apr 19, 2019 at 1:43 AM Jakub Jelinek wrote:
>
> Hi!
>
> On the following testcase, there is a type template argument, for which
> we create a decl (decl == parm in that case) and pushdecl it. But, if
> the pushdecl detects a redeclaration in that scope, duplicate_decls will
> ggc_fr
On Fri, Apr 19, 2019 at 1:39 AM Jakub Jelinek wrote:
>
> On Thu, Apr 18, 2019 at 10:41:55PM -0700, Jason Merrill wrote:
> > > + node = splay_tree_predecessor (cases, (splay_tree_key) min_value);
> > ...
> > > + if (CASE_HIGH ((tree) node->value)
> > > + && tree_int_cst_com
On Fri, Apr 19, 2019 at 11:28:41AM +0200, Christophe Lyon wrote:
> > >> > --- a/contrib/check-internal-format-escaping.py
> > >> > +++ b/contrib/check-internal-format-escaping.py
> > >> > @@ -58,6 +58,10 @@ for i, l in enumerate(lines):
> > >> > print('%s: %s' % (origin, te
On Fri, 19 Apr 2019 at 11:23, Richard Sandiford
wrote:
>
> Christophe Lyon writes:
> > On Thu, 18 Apr 2019 at 18:25, Richard Sandiford
> > wrote:
> >>
> >> Christophe Lyon writes:
> >> > Hi,
> >> >
> >> > This patch adds the missing space before '%<' in
> >> > config/aarch64/aarch64.c and gcc/c
On Thu, Apr 18, 2019 at 11:20:32AM +0200, Richard Biener wrote:
>
> This fixes another case similar to the fixed PR89892, mergephi
> via remove_forwarder_block_with_phi caused out-of-date debug
> binds to become live and thus needs similar treatment as
> remove_forwarder_block. Previously it didn
Christophe Lyon writes:
> On Thu, 18 Apr 2019 at 18:25, Richard Sandiford
> wrote:
>>
>> Christophe Lyon writes:
>> > Hi,
>> >
>> > This patch adds the missing space before '%<' in
>> > config/aarch64/aarch64.c and gcc/cp/call.c. It also updates the
>> > check-internal-format-escaping.py checker
On Thu, 18 Apr 2019 at 18:25, Richard Sandiford
wrote:
>
> Christophe Lyon writes:
> > Hi,
> >
> > This patch adds the missing space before '%<' in
> > config/aarch64/aarch64.c and gcc/cp/call.c. It also updates the
> > check-internal-format-escaping.py checker to warn about such cases.
> >
> > O
Hi!
We use SSA_NAMEs even for vector types which have BLKmode, e.g. neither x86
nor sparc targets have V1SFmode and thus such VECTOR_TYPEs have BLKmode.
In some cases outof ssa subpass calls get_temp_reg, but that will
gen_reg_rtx (BLKmode) in that case, which is something that doesn't really
work
Hi!
On the following testcase, there is a type template argument, for which
we create a decl (decl == parm in that case) and pushdecl it. But, if
the pushdecl detects a redeclaration in that scope, duplicate_decls will
ggc_free the decl passed to it and we then add that ggc_freed tree into the
te
On Thu, Apr 18, 2019 at 10:41:55PM -0700, Jason Merrill wrote:
> > + node = splay_tree_predecessor (cases, (splay_tree_key) min_value);
> ...
> > + if (CASE_HIGH ((tree) node->value)
> > + && tree_int_cst_compare (CASE_HIGH ((tree) node->value),
> > +
34 matches
Mail list logo