]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 28 Aug 2020 00:18:08 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 28 Aug 2020 00:18:08 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 3da84adc6d0ba36469fb66f044a29a50bbcbb691..3b711be9941213986773e6bebc3e461b99fc6072 100644 (file)
@@ -1,3 +1,15 @@
+2020-08-27  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       Backported from master:
+       2020-08-24  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       PR target/94538
+       PR target/94538
+       * config/arm/thumb1.md: Disable set-constant splitter when
+       TARGET_HAVE_MOVT.
+       (thumb1_movsi_insn): Fix -mpure-code
+       alternative.
+
 2020-08-21  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index c7ea9e023ae1258f5edbb1429381ee5ae75cf071..7cd20fae38d896353001fbde7582498f33993d2d 100644 (file)
@@ -1 +1 @@
-20200827
+20200828
index 13438bdaaad96b158c57f1407c0f8e1e0857767f..c0193d4e25405e1cb27178d5c7101b5142e909bd 100644 (file)
@@ -1,3 +1,12 @@
+2020-08-27  Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       Backported from master:
+       2020-08-27  Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       PR fortran/95882
+       * decl.c (char_len_param_value): Check gfc_seen_div0 and
+       if it is set return MATCH_ERROR.
+
 2020-07-27  Mark Eggleston  <markeggleston@gcc.gnu.org>
 
        Backported from master:
index 8fafeabed429a11b50f3eea363a0fbe5a5d13866..b6967d66cf979cc9404c03ab4077be933dc09087 100644 (file)
@@ -1,3 +1,24 @@
+2020-08-27  Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       Backported from master:
+       2020-08-27  Mark Eggleston  <markeggleston@gcc.gnu.org>
+
+       PR fortran/95882
+       * gfortran.dg/pr95882_1.f90: New test.
+       * gfortran.dg/pr95882_2.f90: New test.
+       * gfortran.dg/pr95882_3.f90: New test.
+       * gfortran.dg/pr95882_4.f90: New test.
+       * gfortran.dg/pr95882_5.f90: New test.
+
+2020-08-27  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       Backported from master:
+       2020-08-24  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       PR target/94538
+       * gcc.target/arm/pure-code/pr94538-1.c: New test.
+       * gcc.target/arm/pure-code/pr94538-2.c: New test.
+
 2020-08-24  Mark Eggleston  <markeggleston@gcc.gnu.org>
 
        Backported from master: