Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Nov 2020 00:16:23 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Nov 2020 00:16:23 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index bfdd1e566e09b2824004228a2a4af599aa8f126b..9f743ecc89a6d61563c159e1ae1cd53b6a8b8c32 100644 (file)
@@ -1,3 +1,24 @@
+2020-11-02  Alan Modra  <amodra@gmail.com>
+
+       PR middle-end/97267
+       * calls.h (maybe_complain_about_tail_call): Declare.
+       * calls.c (maybe_complain_about_tail_call): Make global.
+       (can_implement_as_sibling_call_p): Delete reg_parm_stack_space
+       param.  Adjust caller.  Move REG_PARM_STACK_SPACE check to..
+       * config/i386/i386.c (ix86_function_ok_for_sibcall): ..here.
+
+2020-11-02  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       * ira.c (ira_remove_scratches): Rename to remove_scratches.  Make
+       it static and returning flag of any change.
+       (ira.c): Call ira_expand_reg_equiv in case of removing scratches.
+
+2020-11-02  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/97140
+       * config/i386/i386-expand.c (ix86_expand_builtin): Require MMX
+       for __builtin_ia32_maskmovq.
+
 2020-11-02  Martin Sebor  <msebor@redhat.com>
 
        * doc/invoke.texi (-Wstringop-overflow): Correct default setting.
index f676795e9a565ed298fa329e6908e8054bd416dc..70922553ee141d4984469611f5104c8f46916a58 100644 (file)
@@ -1 +1 @@
-20201102
+20201103
index bb727a1be52c4edf9288ba6f88413db856f7ef59..94bddaaee0925abec45d5fb66940b97e4c9fe802 100644 (file)
@@ -1,3 +1,13 @@
+2020-11-02  Alan Modra  <amodra@gmail.com>
+
+       PR middle-end/97267
+       * gcc.target/powerpc/pr97267.c: New test.
+
+2020-11-02  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/97140
+       * gcc.target/i386/pr97140.c: New test.
+
 2020-11-02  Patrick Palka  <ppalka@redhat.com>
 
        * g++.dg/cpp2a/concepts-complete1.C: Delete test that became