mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Daily bump.
This commit is contained in:
parent
74852a3a2c
commit
d808db1f7b
@ -1,3 +1,9 @@
|
||||
2023-01-06 Clément Chigot <chigot@adacore.com>
|
||||
|
||||
* configure.ac: Skip GMP and MPFR when --disable-gdb is
|
||||
provided.
|
||||
* configure: Regenerate.
|
||||
|
||||
2023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
* MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2023-01-06 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* update-copyright.py: Add contrib as a default dir.
|
||||
|
||||
2022-12-28 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* update-copyright.py: Add contrib folder.
|
||||
|
@ -1,3 +1,33 @@
|
||||
2023-01-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* doc/extend.texi (__builtin_tgmath): Do not restate standard rule
|
||||
for handling real integer types.
|
||||
|
||||
2023-01-06 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
Revert:
|
||||
2022-12-12 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* config/aarch64/aarch64-simd.md (*aarch64_simd_movv2hf): New.
|
||||
(mov<mode>, movmisalign<mode>, aarch64_dup_lane<mode>,
|
||||
aarch64_store_lane0<mode>, aarch64_simd_vec_set<mode>,
|
||||
@aarch64_simd_vec_copy_lane<mode>, vec_set<mode>,
|
||||
reduc_<optab>_scal_<mode>, reduc_<fmaxmin>_scal_<mode>,
|
||||
aarch64_reduc_<optab>_internal<mode>, aarch64_get_lane<mode>,
|
||||
vec_init<mode><Vel>, vec_extract<mode><Vel>): Support V2HF.
|
||||
(aarch64_simd_dupv2hf): New.
|
||||
* config/aarch64/aarch64.cc (aarch64_classify_vector_mode):
|
||||
Add E_V2HFmode.
|
||||
* config/aarch64/iterators.md (VHSDF_P): New.
|
||||
(V2F, VMOVE, nunits, Vtype, Vmtype, Vetype, stype, VEL,
|
||||
Vel, q, vp): Add V2HF.
|
||||
* config/arm/types.md (neon_fp_reduc_add_h): New.
|
||||
|
||||
2023-01-06 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR middle-end/107966
|
||||
* doc/options.texi: Fix Var documentation in internal manual.
|
||||
|
||||
2023-01-05 Roger Sayle <roger@nextmovesoftware.com>
|
||||
|
||||
Revert:
|
||||
|
@ -1 +1 @@
|
||||
20230106
|
||||
20230107
|
||||
|
@ -1,3 +1,11 @@
|
||||
2023-01-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* c-parser.cc (c_parser_postfix_expression): Handle integer
|
||||
generic arguments to functions passed to __builtin_tgmath as
|
||||
_Float32x if any argument has _FloatNx or _Complex _FloatNx type.
|
||||
Do not handle integer arguments to some narrowing functions as
|
||||
_Float64.
|
||||
|
||||
2022-12-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c/108043
|
||||
|
@ -1,3 +1,23 @@
|
||||
2023-01-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcc.dg/builtin-tgmath-3.c: Update expectations and add more
|
||||
tests.
|
||||
|
||||
2023-01-06 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
Revert:
|
||||
2023-01-06 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* gcc.target/aarch64/sve/slp_1.c: Update testcase.
|
||||
|
||||
2023-01-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/108292
|
||||
PR target/108308
|
||||
* gcc.c-torture/execute/pr108292.c: New test.
|
||||
* gcc.target/i386/pr108292.c: New test.
|
||||
* gcc.dg/pr108308.c: New test.
|
||||
|
||||
2023-01-05 Roger Sayle <roger@nextmovesoftware.com>
|
||||
|
||||
Revert:
|
||||
|
@ -1,3 +1,10 @@
|
||||
2023-01-06 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
PR libbacktrace/108297
|
||||
* configure.ac: Test whether linker supports --build-id.
|
||||
* Makefile.am: Only run --build-id tests if supported.
|
||||
* configure, Makefile.in: Regenerate.
|
||||
|
||||
2022-12-17 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
* elf.c (elf_fetch_backward_init): New static function.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2023-01-06 v <gaiusmod2@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
* configure.ac (libtool_VERSION): Bump to 18:0:0.
|
||||
|
||||
2023-01-04 Iain Sandoe <iain@sandoe.co.uk>
|
||||
|
||||
PR modula2/108183
|
||||
|
@ -1,3 +1,64 @@
|
||||
2023-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/108228
|
||||
* src/c++20/tzdb.cc (zoneinfo_dir): Add diagnostic pragma.
|
||||
|
||||
2023-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/108235
|
||||
* src/c++20/tzdb.cc (time_zone::_Impl::RulesCounter): New class
|
||||
template and partial specialization for synchronizing access to
|
||||
time_zone::_Impl::infos.
|
||||
(time_zone::_M_get_sys_info, reload_tzdb): Adjust uses of
|
||||
rules_counter.
|
||||
|
||||
2023-01-06 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR libstdc++/108260
|
||||
* include/bits/utility.h (__cpp_lib_ranges_zip): Define for C++23.
|
||||
* include/std/ranges (__cpp_lib_ranges_zip): Likewise.
|
||||
(__cpp_lib_ranges_chunk): Likewise.
|
||||
(__cpp_lib_ranges_slide): Likewise.
|
||||
(__cpp_lib_ranges_chunk_by): Likewise.
|
||||
(__cpp_lib_ranges_join_with): Likewise.
|
||||
(__cpp_lib_ranges_repeat): Likewise.
|
||||
(__cpp_lib_ranges_stride): Likewise.
|
||||
(__cpp_lib_ranges_cartesian_product): Likewise.
|
||||
(__cpp_lib_ranges_as_rvalue): Likewise.
|
||||
* include/std/version: Ditto.
|
||||
* testsuite/20_util/tuple/p2321r2.cc: Verify value of
|
||||
feature-test macro.
|
||||
* testsuite/std/ranges/adaptors/as_rvalue/1.cc: Likewise.
|
||||
* testsuite/std/ranges/adaptors/chunk/1.cc: Likewise.
|
||||
* testsuite/std/ranges/adaptors/chunk_by/1.cc: Likewise.
|
||||
* testsuite/std/ranges/adaptors/join_with/1.cc: Likewise.
|
||||
* testsuite/std/ranges/adaptors/slide/1.cc: Likewise.
|
||||
* testsuite/std/ranges/adaptors/stride/1.cc: Likewise.
|
||||
* testsuite/std/ranges/cartesian_product/1.cc: Likewise.
|
||||
* testsuite/std/ranges/repeat/1.cc: Likewise.
|
||||
* testsuite/std/ranges/zip/1.cc: Likewise.
|
||||
* testsuite/std/ranges/version_c++23.cc: New test.
|
||||
|
||||
2023-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/108214
|
||||
* include/std/bitset (operator>>): Use alloca in the right
|
||||
scope, not in a constructor.
|
||||
* testsuite/20_util/bitset/io/input.cc: Check case from PR.
|
||||
|
||||
2023-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/108221
|
||||
* include/std/format (basic_format_arg) [!__cpp_lib_to_chars]:
|
||||
Disable visiting floating-point types.
|
||||
|
||||
2023-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/108288
|
||||
* include/debug/safe_iterator.h (_Safe_iterator::operator++(int))
|
||||
(_Safe_iterator::operator--(int)): Do not hold lock around
|
||||
construction of return value.
|
||||
|
||||
2023-01-05 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* config/cpu/hppa/atomicity.h (_PA_LDCW_INSN): Define.
|
||||
|
Loading…
Reference in New Issue
Block a user