merge from gcc
This commit is contained in:
parent
d00edca556
commit
8fe0d34792
2 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
|
||||||
|
|
||||||
|
* testsuite/demangle-expected: Minor changes to match output of
|
||||||
|
new demangler: adjust whitespace in four tests, and change order
|
||||||
|
of qualifiers in one test.
|
||||||
|
|
||||||
|
* cp-demangle.c: Complete rewrite.
|
||||||
|
|
||||||
2003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
|
2003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
|
||||||
|
|
||||||
* cp-demangle.c: Complete rewrite.
|
* cp-demangle.c: Complete rewrite.
|
||||||
|
|
|
@ -2697,7 +2697,7 @@ typeinfo for a_class
|
||||||
#
|
#
|
||||||
--format=gnu-v3
|
--format=gnu-v3
|
||||||
U4_farrVKPi
|
U4_farrVKPi
|
||||||
int* restrict volatile const _far
|
int* const volatile restrict _far
|
||||||
#
|
#
|
||||||
--format=gnu-v3
|
--format=gnu-v3
|
||||||
_Z3fooILi2EEvRAplT_Li1E_i
|
_Z3fooILi2EEvRAplT_Li1E_i
|
||||||
|
|
Loading…
Add table
Reference in a new issue