Daily bump.

pull/62/merge
GCC Administrator 2024-04-27 00:18:05 +00:00
parent 6b86f71165
commit 2781d8090e
10 changed files with 107 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2024-04-26 Jakub Jelinek <jakub@redhat.com>
* gcc-changelog/git_update_version.py (active_refs): Add
releases/gcc-14.
2024-04-18 Sandra Loosemore <sloosemore@baylibre.com>
* config-list.mk (LIST): --enable-obsolete for nios2*-*-*.

View File

@ -1,3 +1,44 @@
2024-04-26 Wilco Dijkstra <wilco.dijkstra@arm.com>
* config/aarch64/aarch64.cc (MAX_SET_SIZE): New define.
(aarch64_progress_pointer): Remove function.
(aarch64_set_one_block_and_progress_pointer): Simplify and clean up.
(aarch64_expand_setmem): Clean up implementation, use byte offsets,
simplify size calculation.
2024-04-26 Wilco Dijkstra <wilco.dijkstra@arm.com>
* config/aarch64/aarch64.cc (aarch64_mode_valid_for_sched_fusion_p):
Remove check for AARCH64_EXTRA_TUNE_NO_LDP_STP_QREGS.
(aarch64_advsimd_ldp_stp_p): Likewise.
(aarch64_stp_sequence_cost): Likewise.
(aarch64_expand_cpymem): Likewise.
(aarch64_expand_setmem): Likewise.
* config/aarch64/aarch64-ldp-fusion.cc (ldp_operand_mode_ok_p):
Likewise.
* config/aarch64/aarch64-ldpstp.md: Likewise.
* config/aarch64/aarch64-tuning-flags.def: Remove NO_LDP_STP_QREGS.
* config/aarch64/tuning_models/emag.h: Likewise.
* config/aarch64/tuning_models/xgene1.h: Likewise.
2024-04-26 Frederik Harwath <frederik@harwath.name>
* config.gcc: Add gfx90c.
* config/gcn/gcn-hsa.h (NO_SRAM_ECC): Likewise.
* config/gcn/gcn-opts.h (enum processor_type): Likewise.
(TARGET_GFX90c): New macro.
* config/gcn/gcn.cc (gcn_option_override): Handle gfx90c.
(gcn_omp_device_kind_arch_isa): Likewise.
(output_file_start): Likewise.
* config/gcn/gcn.h: Add gfx90c.
* config/gcn/gcn.opt: Likewise.
* config/gcn/mkoffload.cc (EF_AMDGPU_MACH_AMDGCN_GFX90c): New macro.
(get_arch): Handle gfx90c.
(main): Handle EF_AMDGPU_MACH_AMDGCN_GFX90c
* config/gcn/t-omp-device: Add gfx90c.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
2024-04-25 David Faust <david.faust@oracle.com>
* config/bpf/bpf.h (PREFERRED_DEBUGGING_TYPE): Set to BTF_DEBUG.

View File

@ -1 +1 @@
20240426
20240427

View File

@ -1,3 +1,7 @@
2024-04-26 Jakub Jelinek <jakub@redhat.com>
* gnatvsn.ads: Bump Library_Version to 15.
2024-04-15 Piotr Trojanek <trojanek@adacore.com>
* doc/gnat_rm/implementation_defined_aspects.rst

View File

@ -1,3 +1,8 @@
2024-04-26 Patrick Palka <ppalka@redhat.com>
* error.cc (print_instantiation_partial_context_line): Clear the
pretty printer prefix around the call to diagnostic_show_locus.
2024-04-25 Jakub Jelinek <jakub@redhat.com>
PR c++/111284

View File

@ -1,3 +1,18 @@
2024-04-26 Wilco Dijkstra <wilco.dijkstra@arm.com>
* gcc.target/aarch64/ldp_stp_q_disable.c: Remove test.
2024-04-26 Patrick Palka <ppalka@redhat.com>
* g++.dg/concepts/diagnostic2.C: Expect source line printed
for the "required from here" message.
* g++.dg/template/error60a.C: New test.
2024-04-26 Haochen Jiang <haochen.jiang@intel.com>
PR target/110621
* gcc.target/i386/pr105354-2.c: As mentioned.
2024-04-25 David Faust <david.faust@oracle.com>
* gcc.target/bpf/bpf-debug-options-1.c: New test.

View File

@ -1,3 +1,8 @@
2024-04-26 Wilco Dijkstra <wilco.dijkstra@arm.com>
* config/linux/aarch64/atomic_16.S: Add __libat_ prefix in the
LSE2/LSE128/CORE macros, remove elsewhere. Add ATOMIC macro.
2024-04-05 Jakub Jelinek <jakub@redhat.com>
* configure: Regenerate.

View File

@ -1,3 +1,9 @@
2024-04-26 Frederik Harwath <frederik@harwath.name>
* plugin/plugin-gcn.c (isa_hsa_name): Handle EF_AMDGPU_MACH_AMDGCN_GFX90c.
(isa_code): Handle gfx90c.
(max_isa_vgprs): Handle EF_AMDGPU_MACH_AMDGCN_GFX90c.
2024-04-16 Chung-Lin Tang <cltang@baylibre.com>
* libgomp.h (REFCOUNT_ACC_MAP_DATA): Define as (REFCOUNT_SPECIAL | 2).

View File

@ -1,3 +1,23 @@
2024-04-26 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/114863
* include/std/format (__formatter_fp::format): Only use
_M_localized for finite values.
* testsuite/std/format/functions/format.cc: Check localized
formatting of NaN and initiny.
2024-04-26 Jonathan Wakely <jwakely@redhat.com>
* doc/html/manual/status.html: Regenerate.
* doc/xml/manual/status_cxx1998.xml: Adjust whitespace.
* doc/xml/manual/status_cxx2011.xml: Likewise.
* doc/xml/manual/status_cxx2014.xml: Likewise.
* doc/xml/manual/status_cxx2017.xml: Likewise.
* doc/xml/manual/status_cxx2020.xml: Likewise.
* doc/xml/manual/status_cxx2023.xml: Likewise.
* doc/xml/manual/status_cxxtr1.xml: Likewise.
* doc/xml/manual/status_cxxtr24733.xml: Likewise.
2024-04-25 Jonathan Wakely <jwakely@redhat.com>
* scripts/run_doxygen: Rename man pages for nested types.

View File

@ -1,3 +1,8 @@
2024-04-26 Jakub Jelinek <jakub@redhat.com>
* crontab: Snapshots from trunk are now GCC 15 related.
Add GCC 14 snapshots from the respective branch.
2023-11-14 Sam James <sam@gentoo.org>
* gcc_release: Cleanup whitespace.