]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Jan 2023 00:21:03 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Jan 2023 00:21:03 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index d7bf79de0a3c9cfe3b42419db89795fd43c09e77..b768fb23c1c1b75ef0c2656f368b8c3eb14554fe 100644 (file)
@@ -1,3 +1,16 @@
+2023-01-05  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/106736
+       * config/rs6000/mma.md (define_expand movoo): Call function
+       rs6000_opaque_type_invalid_use_p to check and emit error message for
+       the invalid use of opaque type.
+       (define_expand movxo): Likewise.
+       * config/rs6000/rs6000-protos.h
+       (rs6000_opaque_type_invalid_use_p): New function declaration.
+       (currently_expanding_gimple_stmt): New extern declaration.
+       * config/rs6000/rs6000.cc (rs6000_opaque_type_invalid_use_p): New
+       function.
+
 2022-12-22  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 9d39ee8c855bff5818dd74e1fe9f8b615735da61..5cf4a37854956d395cf813e4cc8009531d895c9d 100644 (file)
@@ -1 +1 @@
-20230105
+20230106
index 144bd30a6f38f41562747d2e31e9cfdbcba56b95..304fbe0a88b1854c6d6d808d23348710b78e1683 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-05  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/106736
+       * gcc.target/powerpc/pr106736-1.c: New test.
+       * gcc.target/powerpc/pr106736-2.c: Likewise.
+       * gcc.target/powerpc/pr106736-3.c: Likewise.
+       * gcc.target/powerpc/pr106736-4.c: Likewise.
+       * gcc.target/powerpc/pr106736-5.c: Likewise.
+
 2023-01-04  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 9120913abb7aca8a5b642398a3ef8107aa19404a..02ec4a72b46e4f31a01ea266bbbc05fc14f9c69b 100644 (file)
@@ -1,3 +1,14 @@
+2023-01-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-01-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108265
+       * include/std/chrono (hh_mm_ss): Do not use chrono::abs if
+       duration rep is unsigned. Remove incorrect noexcept-specifier.
+       * testsuite/std/time/hh_mm_ss/1.cc: Check unsigned rep. Check
+       floating-point representations. Check default construction.
+
 2022-12-21  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: