From bda2b772170fcafd0adbcc1c022373f8247a7be7 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Mon, 3 Sep 2012 16:06:27 +0200 Subject: re PR fortran/54467 (f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213) 2012-09-03 Tobias Burnus PR fortran/54467 * class.c (gfc_find_derived_vtab): Fix disabling of _final by continuing to generate normal type-bound procedures. From-SVN: r190892 --- gcc/fortran/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/fortran/ChangeLog') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 3c1b196..c1de983 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,11 @@ 2012-09-03 Tobias Burnus + PR fortran/54467 + * class.c (gfc_find_derived_vtab): Fix disabling of _final + by continuing to generate normal type-bound procedures. + +2012-09-03 Tobias Burnus + * class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_final" subroutine for now. -- cgit v1.1