diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 87f65fa665f..f1f83b4ec07 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -3257,6 +3257,8 @@ finish_file () import_export_decl (decl); } + mark_all_runtime_matches (); + /* Now write out inline functions which had their addresses taken and which were not declared virtual and which were not declared `extern inline'. */ |