Daily bump.

This commit is contained in:
GCC Administrator 2022-06-27 00:16:20 +00:00
parent ff35dbc020
commit b2b72757b2
7 changed files with 64 additions and 1 deletions

View file

@ -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.

View 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.

View file

@ -1 +1 @@
20220626
20220627

View 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

View 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.

View 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

View 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.