]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Oct 2021 00:17:40 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Oct 2021 00:17:40 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgcc/ChangeLog

index f27c2efc025b6a0b01f705316742cafeddeda2f7..129c9166c0f2accc63aeb057f22c4e02ae0cd1bf 100644 (file)
@@ -1,3 +1,9 @@
+2021-10-27  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/102761
+       * config/i386/i386.c (ix86_print_operand_address):
+       Error out for non-address_operand asm operands.
+
 2021-10-26  Piotr Kubaj  <pkubaj@FreeBSD.org>
 
        Backported from master:
index 3b249e4ee3fd52c33ab2f9bb251a8fbb7f10ca76..0549f2720577f05087984ca12f8106cc3efd1725 100644 (file)
@@ -1 +1 @@
-20211027
+20211028
index 80a4c22a058e4f1553d8bec7782fd0786e93b3f8..548a9f0641275f8b851c7421ee47211ba82228fa 100644 (file)
@@ -1,3 +1,8 @@
+2021-10-27  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/102761
+       * gcc.target/i386/pr102761.c: New test.
+
 2021-10-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 307fd79eddfd7d744235277abc5e784861db19e7..fb18faf3bc42a7db393b610dcfdb0604dd4c253a 100644 (file)
@@ -1,3 +1,14 @@
+2021-10-27  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config.host (hppa*64*-*-linux*): Don't add pa/t-linux to
+       tmake_file.
+       * config/pa/linux-atomic.c: Define u8, u16 and u64 types.
+       Use them in FETCH_AND_OP_2, OP_AND_FETCH_2, COMPARE_AND_SWAP_2,
+       SYNC_LOCK_TEST_AND_SET_2 and SYNC_LOCK_RELEASE_1 macros.
+       * config/pa/t-linux64 (LIB1ASMSRC): New define.
+       (LIB1ASMFUNCS): Revise.
+       (HOST_LIBGCC2_CFLAGS): Add "-DLINUX=1".
+
 2021-08-31  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master: