From: GCC Administrator Date: Mon, 25 Apr 2022 00:16:21 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-13~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd64885971be856a0feffb0d6eb59e62655d1285;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 76bd88aee70f..20aebe180f39 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220424 +20220425 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index c6e3a9f3a5de..9fe95302e43d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2022-04-24 Mikael Morin + Jakub Jelinek + + PR fortran/103662 + * interface.cc (gfc_compare_derived_types): Support comparing + unlimited polymorphic fake symbols. Recursively compare class + descriptor types and virtual table types. + * resolve.cc (resolve_fl_derived): Add type to the types list + on unlimited polymorphic short-circuit return. + 2022-04-22 Mikael Morin Richard Biener diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cad4990f5c35..f980f8666c90 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,21 @@ +2022-04-24 Jeff Law + + * gcc.dg/lto/pr94157_0.c: Also request executable stack from + the linker. + +2022-04-24 Mikael Morin + Jakub Jelinek + + PR fortran/103662 + * gfortran.dg/unlimited_polymorphic_3.f03 (foo): Separate + bind(c) and sequence checks to... + (foo_bc, foo_sq): ... two different procedures. + (main, foo*): Change type declarations so that type name, + component name, and either bind(c) or sequence attribute match + between the main type declarations and the procedure type + declarations. + (toplevel): Add optimization dump checks. + 2022-04-23 Jakub Jelinek PR target/105338