From: GCC Administrator Date: Mon, 27 Jun 2022 00:16:20 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2b72757b229fe97cc5320a14a6e61008bc56882;p=platform%2Fupstream%2Fgcc.git Daily bump. --- diff --git a/ChangeLog b/ChangeLog index 04c84cc..c5253a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-06-26 Iain Sandoe + + * configure: Regenerate. + * configure.ac: Correct use of $host. + 2022-06-25 Jeff Law * MAINTAINERS: Remove tilegx and tilepro entries. diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 821bb69..a31bcee 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,10 @@ +2022-06-26 Lewis Hyatt + + * 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 * config-list.mk: Remove tilegx and tilepro entries. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 33c7e14..63c222e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220626 +20220627 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f89e088..b9ea237 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2022-06-26 Harald Anlauf + + 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 + + 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 PR fortran/105813 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b70006c..38b7c45 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +2022-06-26 Harald Anlauf + + PR fortran/105691 + * gfortran.dg/index_6.f90: New test. + +2022-06-26 Harald Anlauf + + PR fortran/105954 + * gfortran.dg/pr105954.f90: New test. + +2022-06-26 Vineet Gupta + + * 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 + + * gcc.dg/debug/btf/btf-bitfields-1.c: Adjust the checked offsets + for targets which pack structures by default. + +2022-06-26 Aldy Hernandez + + * g++.dg/warn/Wstringop-overflow-4.C: XFAIL a test. + 2022-06-25 Aldy Hernandez * gcc.dg/sancov/cmp0.c: Adjust for conversion to ranger. diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index a2e6171..728066a 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2022-06-26 Lewis Hyatt + + * generated_cpp_wcwidth.h: Generated from updated Unicode data files. + 2022-05-29 Jakub Jelinek PR preprocessor/105732 diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7d07c0b..8c5d218 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2022-06-26 Simon Marchi + + * configure.ac: Add AC_CONFIG_MACRO_DIRS call. + * configure: Re-generate. + 2022-05-23 Nathan Sidwell * cp-demangle.c (d_make_comp): Adjust.