Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Feb 5, 2024
1 parent 260a22d commit 7231917
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-02-04 Jonathan Wakely <jwakely@redhat.com>

* unicode/gen_libstdcxx_unicode_data.py: Add copyright and
license text to the output.

2024-01-11 Paul Iannetta <piannetta@kalrayinc.com>

* dg-extract-results.py: Make the test_run regex case
Expand Down
47 changes: 47 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
2024-02-04 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>

* config/xtensa/xtensa.md (*eqne_zero_masked_bits):
Add missing ":SI" to the match_operator.

2024-02-04 Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>

* config/xtensa/xtensa.md (SHI): New mode iterator.
(2 split patterns related to constsynth):
Change to also accept HImode operands.

2024-02-04 Jeff Law <jlaw@ventanamicro.com>

* config/riscv/riscv.cc (riscv_rtx_costs): Handle SUBREG and REG
similarly.

2024-02-04 Xi Ruoyao <xry111@xry111.site>

* config/loongarch/lsx.md (neg<mode:FLSX>2): Remove the
incorrect expand.
* config/loongarch/simd.md (simdfmt_as_i): New define_mode_attr.
(elmsgnbit): Likewise.
(neg<mode:FVEC>2): New define_insn.
* config/loongarch/lasx.md (negv4df2, negv8sf2): Remove as they
are now instantiated in simd.md.

2024-02-04 Xi Ruoyao <xry111@xry111.site>

* config/loongarch/loongarch.cc (loongarch_symbol_insns): Do not
use LSX_SUPPORTED_MODE_P or LASX_SUPPORTED_MODE_P if mode is
MAX_MACHINE_MODE.

2024-02-04 Li Wei <liwei@loongson.cn>

* config/loongarch/loongarch.cc (loongarch_expand_vselect): Adjust.
(loongarch_expand_vselect_vconcat): Ditto.
(loongarch_try_expand_lsx_vshuf_const): New, use vshuf to implement
all 128-bit constant permutation situations.
(loongarch_expand_lsx_shuffle): Adjust and rename function name.
(loongarch_is_imm_set_shuffle): Renamed function name.
(loongarch_expand_vec_perm_even_odd): Function forward declaration.
(loongarch_expand_vec_perm_even_odd_1): Add implement for 128-bit
extract-even and extract-odd permutations.
(loongarch_is_odd_extraction): Delete.
(loongarch_is_even_extraction): Ditto.
(loongarch_expand_vec_perm_const): Adjust.

2024-02-03 Jakub Jelinek <jakub@redhat.com>

PR middle-end/113722
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240204
20240205
21 changes: 21 additions & 0 deletions gcc/d/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2024-02-04 Iain Buclaw <ibuclaw@gdcproject.org>

* dmd/MERGE: Merge upstream dmd a6f1083699.
* dmd/VERSION: Bump version to v2.107.0
* Make-lang.in (D_FRONTEND_OBJS): Add d/pragmasem.o.
* d-builtins.cc (strip_type_modifiers): Update for new front-end
interface.
* d-codegen.cc (declaration_type): Likewise.
(parameter_type): Likewise.
* d-target.cc (TargetCPP::parameterType): Likewise.
* expr.cc (ExprVisitor::visit (IndexExp *)): Likewise.
(ExprVisitor::visit (VarExp *)): Likewise.
(ExprVisitor::visit (AssocArrayLiteralExp *)): Likewise.
* runtime.cc (get_libcall_type): Likewise.
* typeinfo.cc (TypeInfoVisitor::visit (TypeInfoConstDeclaration *)):
Likewise.
(TypeInfoVisitor::visit (TypeInfoInvariantDeclaration *)): Likewise.
(TypeInfoVisitor::visit (TypeInfoSharedDeclaration *)): Likewise.
(TypeInfoVisitor::visit (TypeInfoWildDeclaration *)): Likewise.
* types.cc (build_ctype): Likewise.

2024-02-03 Iain Buclaw <ibuclaw@gdcproject.org>

* dmd/MERGE: Merge upstream dmd e770945277.
Expand Down
5 changes: 5 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-02-04 Jeff Law <jlaw@ventanamicro.com>

* gcc.target/riscv/reg_subreg_costs.c: New test.
Co-authored-by: Jivan Hakobyan <jivanhakobyan9@gmail.com>

2024-02-03 John David Anglin <danglin@gcc.gnu.org>

* gcc.dg/pr84877.c: Adjust xfail parentheses.
Expand Down
9 changes: 9 additions & 0 deletions libphobos/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2024-02-04 Iain Buclaw <ibuclaw@gdcproject.org>

* src/MERGE: Merge upstream phobos 37796e783.

2024-02-04 Iain Buclaw <ibuclaw@gdcproject.org>

* libdruntime/MERGE: Merge upstream druntime a6f1083699.
* src/MERGE: Merge upstream phobos 31dedd7da.

2024-02-03 Iain Buclaw <ibuclaw@gdcproject.org>

* libdruntime/MERGE: Merge upstream druntime e770945277.
Expand Down
21 changes: 21 additions & 0 deletions libstdc++-v3/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2024-02-04 Jonathan Wakely <jwakely@redhat.com>

* include/std/format (__format::_Spec::_M_reserved): Define new
bit-field members to reserve padding bits for future extensions.

2024-02-04 Jonathan Wakely <jwakely@redhat.com>

* src/experimental/Makefile.am: Use libstdc++fsconvenience.a
instead of libstdc++fs.a.
* src/experimental/Makefile.in: Regenerate.
* src/filesystem/Makefile.am: Build libstdc++fsconvenience.a as
well.
* src/filesystem/Makefile.in: Regenerate.

2024-02-04 Jonathan Wakely <jwakely@redhat.com>

* include/bits/text_encoding-data.h: Regenerate.
* include/bits/unicode-data.h: Regenerate.
* scripts/gen_text_encoding_data.py: Add copyright and license
text to the output.

2024-02-02 Jonathan Wakely <jwakely@redhat.com>

PR libstdc++/113335
Expand Down

0 comments on commit 7231917

Please sign in to comment.