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 libstdc++/43622] no C++ typeinfo for __float128


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43622

--- Comment #21 from Marc Glisse <glisse at gcc dot gnu.org> ---
Author: glisse
Date: Tue Nov 18 20:20:53 2014
New Revision: 217735

URL: https://gcc.gnu.org/viewcvs?rev=217735&root=gcc&view=rev
Log:
2014-11-18  Marc Glisse  <marc.glisse@inria.fr>

    PR libstdc++/43622
gcc/cp/
    * rtti.c (emit_support_tinfos): Handle __float128.
libstdc++-v3/
    * config/abi/pre/float128.ver: New file.
    * configure.ac: Use float128.ver when relevant.
    * configure: Regenerate.
    * testsuite/util/testsuite_abi.cc (check_version): Accept new
    CXXABI_FLOAT128 version.


Added:
    trunk/libstdc++-v3/config/abi/pre/float128.ver
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/rtti.c
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/testsuite/util/testsuite_abi.cc


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