This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/58313] [4.9 Regression] kdelibs build failure


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58313

--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
markus@x4 tmp % g++ c -O2 test.ii
markus@x4 tmp % nm test.o|grep _ZN8KNetwork18KPassiveSocketBase
                 U _ZN8KNetwork18KPassiveSocketBaseC2EPPKv
markus@x4 tmp % /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/g++ -Wall -c -O2 test.ii
markus@x4 tmp % nm test.o|grep _ZN8KNetwork18KPassiveSocketBase
                 U _ZN8KNetwork18KPassiveSocketBaseC2Ev
markus@x4 tmp % c++filt _ZN8KNetwork18KPassiveSocketBaseC2EPPKv
KNetwork::KPassiveSocketBase::KPassiveSocketBase(void const**)
markus@x4 tmp % c++filt _ZN8KNetwork18KPassiveSocketBaseC2Ev
KNetwork::KPassiveSocketBase::KPassiveSocketBase()


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]