~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to libiberty/testsuite/demangle-expected

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3816
3816
SASDASDFASDF_sdfsdf
3817
3817
SASDASDFASDF_sdfsdf
3818
3818
SASDASDFASDF_sdfsdf
 
3819
# These are all cases of invalid manglings where the demangler would read
 
3820
# past the end of the string.
 
3821
# d_name wasn't honouring a NULL from d_substitution
 
3822
--format=gnu-v3
 
3823
_ZSA
 
3824
_ZSA
 
3825
# d_expr_primary wasn't honouring NULL from cplus_demangle_mangled_name
 
3826
--format=gnu-v3
 
3827
_ZN1fIL_
 
3828
_ZN1fIL_
 
3829
# d_operator_name was taking two characters in a row
 
3830
--format=gnu-v3
 
3831
_Za
 
3832
_Za
 
3833
# d_prefix wasn't honouring NULL from d_substitution
 
3834
--format=gnu-v3
 
3835
_ZNSA
 
3836
_ZNSA
 
3837
# d_prefix wasn't honouring NULL from d_template_param
 
3838
--format=gnu-v3
 
3839
_ZNT
 
3840
_ZNT
 
3841
# Dereferencing NULL in d_pointer_to_member_type
 
3842
--format=gnu-v3
 
3843
_Z1aMark
 
3844
_Z1aMark
 
3845
# <local-source-name> test 1
 
3846
--format=gnu-v3
 
3847
_ZL3foo_2
 
3848
foo
 
3849
# <local-source-name> test 2
 
3850
--format=gnu-v3
 
3851
_ZZL3foo_2vE4var1
 
3852
foo()::var1
 
3853
# <local-source-name> test 3
 
3854
--format=gnu-v3
 
3855
_ZZL3foo_2vE4var1_0
 
3856
foo()::var1
 
3857
# <local-source-name> test 4
 
3858
--format=gnu-v3
 
3859
_ZZN7myspaceL3foo_1EvEN11localstruct1fEZNS_3fooEvE16otherlocalstruct
 
3860
myspace::foo()::localstruct::f(myspace::foo()::otherlocalstruct)