diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-06-16 14:33:28 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-06-16 14:33:28 +0000 |
commit | 8c1ca7ee3a35bf00201c6a82ccd5b663575328a7 (patch) | |
tree | 168e7a83172a27b94090de6df05d9b4284b911b7 /gcc | |
parent | fb7a163397cb8b1bdc501d185e25b056be9b0fa3 (diff) | |
download | gcc-8c1ca7ee3a35bf00201c6a82ccd5b663575328a7.zip gcc-8c1ca7ee3a35bf00201c6a82ccd5b663575328a7.tar.gz gcc-8c1ca7ee3a35bf00201c6a82ccd5b663575328a7.tar.bz2 |
Fix keyboard flub.
From-SVN: r249262
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/rtti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 6d0316f..ff72ce5 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)) |