|
From: | hjl.tools at gmail dot com |
Subject: | [Bug ld/13229] V2 of getsymbol linker plugin interface is not supported by GNU LD |
Date: | Wed, 05 Oct 2011 21:41:29 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=13229 --- Comment #13 from H.J. Lu <hjl.tools at gmail dot com> 2011-10-05 21:41:29 UTC --- (In reply to comment #12) > The follwing should work in C++ > > inline void test (void) > { > call_something(); > } > void test2 (void) > { > test(); > } > > and compile with -flto -fuse-linker-plugin -fno-early-inlining -O3. > Late inliner wil linline test into test2, but test's symbol will still > appear in the symbol table (with V2 get_symbol API) I can't reproduce it. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |