mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:41:18 +08:00
class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_final" subroutine for now.
2012-09-03 Tobias Burnus <burnus@net-b.de> * class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_final" subroutine for now. From-SVN: r190872
This commit is contained in:
parent
bc7a23378e
commit
d6cd871198
@ -1,3 +1,8 @@
|
||||
2012-09-03 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* class.c (gfc_find_derived_vtab): Disable ABI-breaking
|
||||
generation of the "_final" subroutine for now.
|
||||
|
||||
2012-09-03 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* class.c (finalize_component): Fixes to the comment.
|
||||
|
@ -1624,7 +1624,9 @@ gfc_find_derived_vtab (gfc_symbol *derived)
|
||||
components and the calls to finalization subroutines.
|
||||
Note: The actual wrapper function can only be generated
|
||||
at resolution time. */
|
||||
|
||||
/* FIXME: Enable ABI-breaking "_final" generation. */
|
||||
if (0)
|
||||
{
|
||||
if (gfc_add_component (vtype, "_final", &c) == FAILURE)
|
||||
goto cleanup;
|
||||
c->attr.proc_pointer = 1;
|
||||
@ -1636,6 +1638,7 @@ gfc_find_derived_vtab (gfc_symbol *derived)
|
||||
/* Add procedure pointers for type-bound procedures. */
|
||||
add_procs_to_declared_vtab (derived, vtype);
|
||||
}
|
||||
}
|
||||
|
||||
have_vtype:
|
||||
vtab->ts.u.derived = vtype;
|
||||
|
Loading…
x
Reference in New Issue
Block a user