]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 2 Mar 2021 00:18:43 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 2 Mar 2021 00:18:43 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 44da8cd95952053a6b94a5e018ede42f2a25fbb2..cbf8e72c886bead940163e2664168b278d4fd19f 100644 (file)
@@ -1,3 +1,13 @@
+2021-03-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/99234
+       * config/i386/i386.c (ix86_compute_frame_layout): For a SEH target,
+       point the hard frame pointer to the SSE register save area instead
+       of the general register save area.  Perform only minimal adjustment
+       for small frames if it is initially not correctly aligned.
+       (ix86_expand_prologue): Remove early saves for a SEH target.
+       * config/i386/winnt.c (struct seh_frame_state): Document constraint.
+
 2021-02-23  Qian Jianhua  <qianjh@cn.fujitsu.com>
 
        Backported from master:
index b1563dc01f0b51b93784fd0749c5b6da2d6e602a..b078f81f211eed0a0013072e6108b2db47ac26e3 100644 (file)
@@ -1 +1 @@
-20210301
+20210302
index 95792c8b5a8d8aff4aed040d2dc100500d13aa86..34cdabc6d7076ab47284ff5c59baa3d651bc89fb 100644 (file)
@@ -1,3 +1,7 @@
+2021-03-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * g++.dg/eh/seh-xmm-unwind.C: New test.
+
 2021-02-28  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/ext/attr-lambda3.C: Add missing ;
This page took 0.111063 seconds and 5 git commands to generate.