From: GCC Administrator Date: Tue, 2 Mar 2021 00:17:16 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0babbc4c67b9cfa346a24f62ef3f15566fe5cdf7;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b811f88dc45a..edfd7f07309f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,22 @@ +2021-03-01 Richard Earnshaw + + PR target/99271 + * config/arm/thumb2.md (nonsecure_call_reg_thumb2_fpcxt): New pattern. + (nonsecure_call_value_reg_thumb2_fpcxt): Likewise. + (nonsecure_call_reg_thumb2): Restrict to using r4 for the callee + address and disable when the FPCXT is not available. + (nonsecure_call_value_reg_thumb2): Likewise. + +2021-03-01 Eric Botcazou + + 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 * config/aarch64/aarch64-cost-tables.h (a64fx_extra_costs): New. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b1563dc01f0b..b078f81f211e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210301 +20210302 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 015b3a6c3560..de87c462bb76 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2021-03-01 Richard Earnshaw + + * gcc.target/arm/cmse/cmse-18.c: New test. + +2021-03-01 Eric Botcazou + + * g++.dg/eh/seh-xmm-unwind.C: New test. + 2021-02-27 Jason Merrill PR c++/90333