svn commit: r241823 - in head: . etc etc/atf etc/mtree lib lib/atf lib/atf/libatf-c lib/atf/libatf-c++ libexec libexec/atf libexec/atf/atf-check share share/atf share/doc share/doc/atf share/exampl...

Garrett Cooper yanegomi at gmail.com
Mon Oct 22 13:11:06 UTC 2012


On Mon, Oct 22, 2012 at 4:29 AM, Dimitry Andric <dim at freebsd.org> wrote:

...

> I don't think so, as these member functions are supposed to be always
> inlined.  E.g. basic_ios::clear() should always be expanded inline to
> ios_base::clear(), which is a normal (out of line) function.
>
> However, the visibility stuff is always terribly confusing, so you might
> have a found a real issue.  Note that in libc++ trunk, the attributes of
> these member functions have not changed.
>
> In any case, I cannot reproduce the link error on my system.

Dmitry: Optimization level might be the salient point.
Jan: What are your full CFLAGS/CXXFLAGS?

Thanks!
-Garrett


More information about the svn-src-all mailing list