Daily bump.
This commit is contained in:
parent
d09628742b
commit
bed4dec769
5 changed files with 41 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
|||
2024-12-27 Jiahao Xu <xujiahao@loongson.cn>
|
||||
|
||||
* config/loongarch/lasx.md (vec_cmp<mode><mode256_i>): Remove.
|
||||
(vec_cmpu<ILASX:mode><mode256_i>): Remove.
|
||||
* config/loongarch/loongarch.cc (loongarch_expand_lsx_cmp):
|
||||
Ensure vector comparison instructions support CMP_OP1.
|
||||
* config/loongarch/lsx.md (vec_cmp<mode><mode_i>): Remove.
|
||||
(vec_cmpu<ILSX:mode><mode_i>): Remove.
|
||||
* config/loongarch/simd.md (ALLVEC, allmode_i): New mode iterators.
|
||||
(vec_cmp<mode><allmode_i>): New define_expand.
|
||||
(vec_cmpu<mode><allmode_i>): Likewise.
|
||||
|
||||
2024-12-26 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
PR target/118050
|
||||
|
|
|
@ -1 +1 @@
|
|||
20241227
|
||||
20241228
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2024-12-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Revert:
|
||||
2024-12-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* parser.cc (cp_lexer_new_main): Attempt to optimize large sequences
|
||||
of CPP_NUMBER with int type and values 0-255 separated by CPP_COMMA
|
||||
into CPP_EMBED with RAW_DATA_CST u.value.
|
||||
|
||||
2024-12-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/110345
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2024-12-27 Jiahao Xu <xujiahao@loongson.cn>
|
||||
|
||||
* gcc.target/loongarch/vector/lasx/lasx-vcond-3.c: New test.
|
||||
|
||||
2024-12-25 Maciej W. Rozycki <macro@orcam.me.uk>
|
||||
|
||||
* gcc.target/alpha/memclr-a2-o1-c9-ptr.c: Remove XFAILs.
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
2024-12-27 Arsen Arsenović <arsen@aarsen.me>
|
||||
|
||||
PR libstdc++/118196
|
||||
* include/std/generator (generator::operator=(generator)): Add
|
||||
missing 'return *this;'.
|
||||
* testsuite/24_iterators/range_generators/pr118196.cc: New test.
|
||||
|
||||
2024-12-27 Arsen Arsenović <arsen@aarsen.me>
|
||||
|
||||
PR libstdc++/118022
|
||||
* include/std/generator
|
||||
(_Promise_erased::yield_value(const _Yielded_deref&)): Don't
|
||||
implicit-constuct _Yielded_decvref.
|
||||
* testsuite/24_iterators/range_generators/pr118022.cc: New test.
|
||||
|
||||
2024-12-19 François Dumont <frs.dumont@gmail.com>
|
||||
|
||||
PR libstdc++/57272
|
||||
|
|
Loading…
Add table
Reference in a new issue