From: Nathan Sidwell Date: Fri, 16 Jun 2017 14:33:28 +0000 (+0000) Subject: Fix keyboard flub. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c1ca7ee3a35bf00201c6a82ccd5b663575328a7;p=gcc.git Fix keyboard flub. From-SVN: r249262 --- diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 6d0316f9ee3..ff72ce538b2 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1613,7 +1613,7 @@ emit_tinfo_decl (tree decl) TREE_PUBLIC (decl) = 0; DECL_EXTERNAL (decl) = 0; DECL_INTERFACE_KNOWN (decl) = 1; - }u + } import_export_decl (decl); if (DECL_NOT_REALLY_EXTERN (decl) && decl_needed_p (decl))