]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/ChangeLog
PR c++/35319
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2008 22:11:44 +0000 (22:11 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Dec 2008 22:11:44 +0000 (22:11 +0000)
commite4583147b7e2227255dea297dabfef54ee489073
tree262e40a0acb4385f32e278194a774e3b2f7f60a0
parent0b09ae2a806790e0b8fd7732fd30a207b2b1f891
    PR c++/35319
        * mangle.c (write_builtin_type): Add mangling for decimal floating
        point and fixed point types.
        (write_type): Pass FIXED_POINT_TYPE along.
        * cp-demangle.c (cplus_demangle_type): Support fixed-point types.
        (d_print_comp, d_dump): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142661 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/fixed2.C [new file with mode: 0644]
include/ChangeLog
include/demangle.h
libiberty/ChangeLog
libiberty/cp-demangle.c