From: GCC Administrator Date: Fri, 2 Jun 2023 00:21:53 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.2.0~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3e954f9d8a6de22ad21918bd17d9f9c66575a87;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 106d7aaf0857..620d482930a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-06-01 Jonathan Wakely + + PR target/109954 + * doc/invoke.texi (x86 Options): Fix description of -m32 option. + 2023-05-30 Andreas Schwab PR target/110036 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e171f9ed053d..d0de28459d0b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230601 +20230602 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b4d395724a3e..7e15e9c315c8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,79 @@ +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-05-11 Jonathan Wakely + + PR libstdc++/109758 + * include/bits/std_abs.h (abs(__float128)): Handle negative NaN + and negative zero correctly. + * testsuite/26_numerics/headers/cmath/109758.cc: New test. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-05-12 Jonathan Wakely + + * testsuite/experimental/feat-cxx14.cc: Remove dependency on + _GLIBCXX_USE_C99_STDINT_TR1. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-05-12 Jonathan Wakely + + * testsuite/21_strings/basic_string_view/typedefs.cc: Remove + dependency on _GLIBCXX_USE_C99_STDINT_TR1. + * testsuite/experimental/string_view/typedefs.cc: Likewise. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-06-01 Jonathan Wakely + + * testsuite/26_numerics/pstl/numeric_ops/transform_reduce.cc: + Add const to equality operator. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-06-01 Jonathan Wakely + + * doc/xml/manual/evolution.xml: Document removal of implicit + allocator rebinding extensions in strict mode and for C++20. + * doc/html/*: Regenerate. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-05-12 Jonathan Wakely + + * acinclude.m4 (GLIBCXX_CHECK_C99_TR1): Use a non-null pointer + to check for nan, nanf, and nanl. + * configure: Regenerate. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-05-16 Jonathan Wakely + + * testsuite/libstdc++-prettyprinters/chrono.cc: Only test + printer for chrono::zoned_time for cx11 ABI and tzdb effective + target. + +2023-06-01 Jonathan Wakely + + Backported from master: + 2023-05-09 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (StdChronoDurationPrinter): + Print floating-point durations correctly. + (StdChronoTimePointPrinter): Support printing only the value, + not the type name. Uncomment handling for known clocks. + (StdChronoZonedTimePrinter): Remove type names from output. + (StdChronoCalendarPrinter): Fix hh_mm_ss member access. + (StdChronoTimeZonePrinter): Add equals sign to output. + * testsuite/libstdc++-prettyprinters/chrono.cc: New test. + 2023-05-30 Alexandre Oliva Backported from master: