On Sat, Feb 22, 2020 at 06:25:43PM -0600, Peter Bergner wrote:
> On 2/20/20 11:33 AM, Peter Bergner wrote:
> > Ok, I pushed the trunk fix now. I'll kick off the release branch
> > backports now.
> >
> > Jakub, I know you're getting the GCC 8.4 release ready. Is this fix ok
> > for FSF 8 now or d
On 2/20/20 11:33 AM, Peter Bergner wrote:
> Ok, I pushed the trunk fix now. I'll kick off the release branch
> backports now.
>
> Jakub, I know you're getting the GCC 8.4 release ready. Is this fix ok
> for FSF 8 now or do you want me to wait until after 8.4 is out?
The backport of the PR93658
On Mon, Feb 17, 2020 at 02:48:20PM -0600, will schmidt wrote:
> On Thu, 2020-02-13 at 17:23 -0600, Segher Boessenkool wrote:
> > On Thu, Feb 13, 2020 at 04:41:09PM -0600, will schmidt wrote:
> > > -/* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 14 "vect" }
> > > } */
> > > +/* { dg-final {
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-10.1-b20200209.de.po',
On Sat, Feb 22, 2020 at 08:18:38AM -0700, Jeff Law wrote:
> Applied to the trunk,
> --- a/libatomic/Makefile.am
> +++ b/libatomic/Makefile.am
> @@ -101,7 +101,9 @@ PAT_S = $(word 3,$(PAT_SPLIT))
> IFUNC_DEF= -DIFUNC_ALT=$(PAT_S)
> IFUNC_OPT= $(word $(PAT_S),$(IFUNC_OPTIONS))
>
A tweak for translators, as requested in the PR.
Tested x86_64-pc-linux-gnu, applying to trunk.
2020-02-22 Marek Polacek
PR c++/93882
* decl.c (grokdeclarator): Use %qs in a diagnostic message.
---
gcc/cp/decl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
As outlined in the PR, libatomic was not honoring --disable-dependency-
tracking. The trivial patch from Richard Purdie attached to the BZ
fixes the problem.
Applied to the trunk,
Jeff
commit d6f420d98126ac51396b89fbe287a32287cd92ed
Author: Richarde Purdie
Date: Sat Feb 22 10:13:13 2020 -0500
On Tue, 18 Feb 2020, Li Jia He wrote:
Also the pattern doing the standalone transform does
/* Optimize TRUNC_MOD_EXPR by a power of two into a BIT_AND_EXPR,
i.e. "X % C" into "X & (C - 1)", if X and C are positive.
Also optimize A % (C << N) where C is a power of 2,
to A & ((C << N
On Fri, 24 Jan 2020, Dragan Mladjenovic wrote:
> From: "Dragan Mladjenovic"
>
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index ef27c9b..7736990 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -623,7 +623,14 @@ a work-in-progress.
>