Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 16 Jun 2022 00:19:13 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 16 Jun 2022 00:19:13 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index 6eb98d2..9cdd707 100644 (file)
@@ -1,3 +1,35 @@
+2022-06-15  Simon Wright  <simon@pushface.org>
+
+       Backported from master:
+       2022-06-12  Simon Wright  <simon@pushface.org>
+
+       PR target/104871
+       * config/darwin-driver.cc (darwin_find_version_from_kernel): If the OS
+       version is darwin20 (macOS 11) or greater, truncate the version to the
+       major number.
+
+2022-06-15  Mark Mentovai  <mark@mentovai.com>
+
+       Backported from master:
+       2022-06-12  Mark Mentovai  <mark@mentovai.com>
+
+       * config/darwin-c.cc: Make -mmacosx-version-min more future-proof.
+
+2022-06-15  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2022-05-29  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/105599
+       * config/darwin.h: Move versions-specific handling of multiply_defined
+       from SUBTARGET_DRIVER_SELF_SPECS to LINK_SPEC.
+
+2022-06-15  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/105953
+       * config/i386/sse.md (*avx_cmp<mode>3_ltint_not): Force_reg
+       operands[3].
+
 2022-06-14  H.J. Lu  <hjl.tools@gmail.com>
 
        Backported from master:
index fa673f3..3d56799 100644 (file)
@@ -1 +1 @@
-20220615
+20220616
index 1fa1820..3a357c3 100644 (file)
@@ -1,3 +1,10 @@
+2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * typeinfo.cc (make_internal_typeinfo): Set TYPE_ARTIFICIAL.
+
 2022-06-13  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index db4d543..4fb9192 100644 (file)
@@ -1,3 +1,14 @@
+2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdc.dg/Wpadded.d: New test.
+
+2022-06-15  liuhongt  <hongtao.liu@intel.com>
+
+       * g++.target/i386/pr105953.C: New test.
+
 2022-06-13  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: