Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Jun 2022 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 Jun 2022 00:16:20 +0000 (00:16 +0000)
ChangeLog
contrib/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog
libiberty/ChangeLog

index 04c84cc..c5253a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-26  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure: Regenerate.
+       * configure.ac: Correct use of $host.
+
 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
 
        * MAINTAINERS: Remove tilegx and tilepro entries.
index 821bb69..a31bcee 100644 (file)
@@ -1,3 +1,10 @@
+2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
+       * unicode/PropList.txt: Likewise.
+       * unicode/README: Likewise.
+       * unicode/UnicodeData.txt: Likewise.
+
 2022-06-25  Jeff Law  <jeffreyalaw@gmail.com>
 
        * config-list.mk: Remove tilegx and tilepro entries.
index 33c7e14..63c222e 100644 (file)
@@ -1 +1 @@
-20220626
+20220627
index f89e088..b9ea237 100644 (file)
@@ -1,3 +1,17 @@
+2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105691
+       * simplify.cc (gfc_simplify_index): Replace old simplification
+       code by the equivalent of the runtime library implementation.  Use
+       HOST_WIDE_INT instead of int for string index, length variables.
+
+2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105954
+       * decl.cc (variable_decl): Adjust upper bounds for explicit-shape
+       specs with constant bound expressions to ensure non-negative
+       extents.
+
 2022-06-24  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/105813
index b70006c..38b7c45 100644 (file)
@@ -1,3 +1,31 @@
+2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105691
+       * gfortran.dg/index_6.f90: New test.
+
+2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105954
+       * gfortran.dg/pr105954.f90: New test.
+
+2022-06-26  Vineet Gupta  <vineetg@rivosinc.com>
+
+       * gcc.dg/torture/fp-double-convert-float-1.c: Add
+       dg-require-effective-target hard_float.
+       * gcc.dg/torture/fp-int-convert-timode-3.c: Ditto.
+       * gcc.dg/torture/fp-int-convert-timode-4.c: Ditto.
+       * gcc.dg/torture/fp-uint64-convert-double-1.c: Ditto.
+       * gcc.dg/torture/fp-uint64-convert-double-2.c: Ditto.
+
+2022-06-26  Dimitar Dimitrov  <dimitar@dinux.eu>
+
+       * gcc.dg/debug/btf/btf-bitfields-1.c: Adjust the checked offsets
+       for targets which pack structures by default.
+
+2022-06-26  Aldy Hernandez  <aldyh@redhat.com>
+
+       * g++.dg/warn/Wstringop-overflow-4.C: XFAIL a test.
+
 2022-06-25  Aldy Hernandez  <aldyh@redhat.com>
 
        * gcc.dg/sancov/cmp0.c: Adjust for conversion to ranger.
index a2e6171..728066a 100644 (file)
@@ -1,3 +1,7 @@
+2022-06-26  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * generated_cpp_wcwidth.h: Generated from updated Unicode data files.
+
 2022-05-29  Jakub Jelinek  <jakub@redhat.com>
 
        PR preprocessor/105732
index 7d07c0b..8c5d218 100644 (file)
@@ -1,3 +1,8 @@
+2022-06-26  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure.ac: Add AC_CONFIG_MACRO_DIRS call.
+       * configure: Re-generate.
+
 2022-05-23  Nathan Sidwell  <nathan@acm.org>
 
        * cp-demangle.c (d_make_comp): Adjust.