]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Dec 2024 00:23:19 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 16 Dec 2024 00:23:19 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 565e340ccfeb80a59c9c619f60bf0ba1ebd26749..ccdbb24919546d31bb5e55bc07677aadda2ee0fe 100644 (file)
@@ -1 +1 @@
-20241215
+20241216
index 172c6af5127207875d89f5355d6645fe1dc29852..caa8268bf539d5577c837e385b19a562249d6907 100644 (file)
@@ -1,3 +1,12 @@
+2024-12-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117730
+       PR fortran/84674
+       * class.cc (add_proc_comp): If the present typebound procedure
+       component is abstract, unconditionally check the replacement.
+       Only reject a non_overridable if it has no overridden procedure
+       and the component is already present in the vtype.
+
 2024-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        Backported from master:
index ba6e44c93c8d33b9707ca0461bd00376e5cd2759..88e3749252ee14a127cdb571c0d9ca9942529582 100644 (file)
@@ -1,3 +1,11 @@
+2024-12-15  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117730
+       PR fortran/84674
+       * gfortran.dg/pr117730_a.f90: New test.
+       * gfortran.dg/pr117730_b.f90: New test.
+       * gfortran.dg/pr84674.f90: New test.
+
 2024-12-14  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master: