]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Oct 2021 00:16:18 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Oct 2021 00:16:18 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index fa5b032f74d1905793274337da61155d4e21c4a8..9c579a9a5948c33803e891ca52b230476f391256 100644 (file)
@@ -1,3 +1,29 @@
+2021-10-24  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa-d.c (pa_d_handle_target_float_abi): Don't check
+       TARGET_DISABLE_FPREGS.
+       * config/pa/pa.c (fix_range): Use MASK_SOFT_FLOAT instead of
+       MASK_DISABLE_FPREGS.
+       (hppa_rtx_costs): Don't check TARGET_DISABLE_FPREGS.  Adjust
+       cost of hardware integer multiplication.
+       (pa_conditional_register_usage): Don't check TARGET_DISABLE_FPREGS.
+       * config/pa/pa.h (INT14_OK_STRICT): Likewise.
+       * config/pa/pa.md: Don't check TARGET_DISABLE_FPREGS. Check
+       TARGET_SOFT_FLOAT in patterns that use xmpyu instruction.
+       * config/pa/pa.opt (mdisable-fpregs): Change target mask to
+       SOFT_FLOAT.  Revise comment.
+       (msoft-float): New option.
+
+2021-10-24  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.md: Don't use 'G' constraint in integer move patterns.
+
+2021-10-24  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/install.texi (Specific): Remove obsolete details
+       around GNU/Linux on Itanium.
+       (Specific): Remove reference to Windows for Itanium.
+
 2021-10-23  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * config/i386/x86-tune-sched-bd.c (dispatch_group): Commentary
index 1155e64b6282dcbc5029f4fa0ca7369e82b78713..4a54a752985b6f234955050b78008609f77eb447 100644 (file)
@@ -1 +1 @@
-20211024
+20211025
index 7e94657417e663f06ad9f74219726a539bbf31b3..7494b7353726490a10ddb49998eaf2d6044af397 100644 (file)
@@ -1,3 +1,7 @@
+2021-10-24  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * gcc.target/bfin/20090914-3.c: Tweak test case.
+
 2021-10-23  H.J. Lu  <hjl.tools@gmail.com>
 
        PR fortran/9262