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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to