diff options
author | Jason Merrill <jason@redhat.com> | 2010-02-03 15:42:35 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2010-02-03 15:42:35 -0500 |
commit | abfe01cec91fae69bb05700bf6a53f41a64fd15c (patch) | |
tree | f8b4a568a621bd1d216e238d04ed36cb854f1bc4 /libiberty/ChangeLog | |
parent | 07738b87c4273fcfd97bf40940fe4f26ea555292 (diff) | |
download | gcc-abfe01cec91fae69bb05700bf6a53f41a64fd15c.zip gcc-abfe01cec91fae69bb05700bf6a53f41a64fd15c.tar.gz gcc-abfe01cec91fae69bb05700bf6a53f41a64fd15c.tar.bz2 |
re PR c++/12909 (ambiguity in mangling vector types)
PR c++/12909
* mangle.c (write_type) [VECTOR_TYPE]: Change mangling.
From-SVN: r156481
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index fcbef26..d4a43ec 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2010-02-03 Jason Merrill <jason@redhat.com> + + PR c++/12909 + * cp-demangle.c (d_number_component, d_vector_type): New. + (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors. + 2010-01-25 Ian Lance Taylor <iant@google.com> * cp-demangle.c (cplus_demangle_type): Check for invalid type |