Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 Dec 2021 00:16:18 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 Dec 2021 00:16:18 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 4f31d50..e4998c5 100644 (file)
@@ -1,3 +1,32 @@
+2021-12-24  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/95046
+       PR target/103797
+       * config/i386/mmx.md (divv2sf3): New instruction pattern.
+
+2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.c (darwin_override_options): Make a comment
+       more inclusive.
+
+2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config.gcc: Emit L2_MAX_OFILE_ALIGNMENT with suitable
+       values for the host.
+       * config/darwin.c (darwin_emit_common): Error for alignment
+       values > 32768.
+       * config/darwin.h (MAX_OFILE_ALIGNMENT): Rework to use the
+       configured L2_MAX_OFILE_ALIGNMENT.
+
+2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.c (darwin_override_options): When checking for the
+       flag-reorder-and-partition case, also check that it is set on.
+
+2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.h (OBJECT_FORMAT_MACHO): New.
+
 2021-12-23  Roger Sayle  <roger@nextmovesoftware.com>
            Uroš Bizjak  <ubizjak@gmail.com>
 
index 14fac3a..3d57afb 100644 (file)
@@ -1 +1 @@
-20211224
+20211225
index 8309991..b3c4496 100644 (file)
@@ -1,3 +1,18 @@
+2021-12-24  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/95046
+       PR target/103797
+       * gcc.target/i386/pr95046-1.c (test_div): Add.
+       (dg-options): Add -mno-recip.
+
+2021-12-24  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.dg/darwin-aligned-globals.c: New test.
+       * gcc.dg/darwin-comm-1.c: New test.
+       * gcc.dg/attr-aligned.c: Amend for new alignment values on
+       Darwin.
+       * gcc.target/i386/pr89261.c: Likewise.
+
 2021-12-23  H.J. Lu  <hjl.tools@gmail.com>
 
        * gcc.target/i386/smuldi3_highpart.c: Replace long with long long.