Daily bump.
This commit is contained in:
parent
d7b2e9bd1a
commit
f459220912
@ -1,3 +1,22 @@
|
||||
2021-09-08 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2021-09-08 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR c++/60318
|
||||
* doc/trouble.texi (Copy Assignment): Fix description of
|
||||
behaviour and fix code in example.
|
||||
|
||||
2021-09-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2021-09-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/102224
|
||||
* config/i386/i386.md (xorsign<mode>3): If operands[1] is equal to
|
||||
operands[2], emit abs<mode>2 instead.
|
||||
(@xorsign<mode>3_1): Add early-clobber for output operand.
|
||||
|
||||
2021-09-07 Max Filippov <jcmvbkbc@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
|
@ -1 +1 @@
|
||||
20210908
|
||||
20210909
|
||||
|
@ -1,3 +1,30 @@
|
||||
2021-09-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2021-09-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/102224
|
||||
* gcc.dg/pr102224.c: New test.
|
||||
* gcc.target/i386/avx-pr102224.c: New test.
|
||||
|
||||
2021-09-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
Backported from master:
|
||||
2021-09-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/array-quals-1.c: Allow .sdata section in more cases.
|
||||
|
||||
2021-09-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
Backported from master:
|
||||
2021-09-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/tree-ssa/pr89430-1.c, gcc.dg/tree-ssa/pr89430-2.c,
|
||||
gcc.dg/tree-ssa/pr89430-3.c, gcc.dg/tree-ssa/pr89430-4.c,
|
||||
gcc.dg/tree-ssa/pr89430-5.c, gcc.dg/tree-ssa/pr89430-6.c,
|
||||
gcc.dg/tree-ssa/pr89430-7-comp-ref.c,
|
||||
gcc.dg/tree-ssa/pr89430-8-mem-ref-size.c: Use -ftree-cselim.
|
||||
|
||||
2021-09-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
Loading…
Reference in New Issue
Block a user