regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
# This file holds test cases for the demangler.
|
2004-01-02 21:33:55 +01:00
|
|
|
# Each test case looks like this:
|
|
|
|
# options
|
|
|
|
# input to be demangled
|
|
|
|
# expected output
|
|
|
|
#
|
|
|
|
# Supported options:
|
|
|
|
# --format=<name> Sets the demangling style.
|
|
|
|
# --no-params There are two lines of expected output; the first
|
|
|
|
# is with DMGL_PARAMS, the second is without it.
|
|
|
|
# --is-v3-ctor Calls is_gnu_v3_mangled_ctor on input; expected
|
|
|
|
# output is an integer representing ctor_kind.
|
|
|
|
# --is-v3-dtor Likewise, but for dtors.
|
2005-12-11 02:34:02 +01:00
|
|
|
# --ret-postfix Passes the DMGL_RET_POSTFIX option
|
2004-01-02 21:33:55 +01:00
|
|
|
#
|
|
|
|
# For compatibility, just in case it matters, the options line may be
|
|
|
|
# empty, to mean --format=auto. If it doesn't start with --, then it
|
|
|
|
# may contain only a format name.
|
|
|
|
#
|
|
|
|
# A line starting with `#' is ignored.
|
|
|
|
# However, blank lines in this file are NOT ignored.
|
|
|
|
#
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
# Tests integer overflow problem PR70492
|
|
|
|
|
|
|
|
__vt_90000000000cafebabe
|
|
|
|
__vt_90000000000cafebabe
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
# Tests write access violation PR70498
|
|
|
|
|
|
|
|
_Z80800000000000000000000
|
|
|
|
_Z80800000000000000000000
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
# Tests write access violation PR70926
|
|
|
|
|
|
|
|
0__Ot2m02R5T0000500000
|
|
|
|
0__Ot2m02R5T0000500000
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
|
|
|
|
0__GT50000000000_
|
|
|
|
0__GT50000000000_
|
regress-demangle: New file.
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file.
* Makefile.in (all, check, installcheck, info, install-info,
clean-info, dvi, install, etags, tags, mostlyclean, clean,
distclean, maintainer-clean, realclean): Depend on corresponding
`-subdir' target.
(all-subdir check-subdir installcheck-subdir info-subdir
install-info-subdir clean-info-subdir dvi-subdir
install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
distclean-subdir maintainer-clean-subdir): New target.
* testsuite/Makefile.in: New file.
* configure: Rebuilt.
* configure.in: Create testsuite/Makefile.
From-SVN: r26205
1999-04-05 16:28:59 +02:00
|
|
|
#
|
|
|
|
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
__t2m05B500000000000000000_
|
|
|
|
__t2m05B500000000000000000_
|
|
|
|
##
|
|
|
|
## Tests stack overflow PR71696
|
1999-10-19 19:52:52 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
#__10%0__S4_0T0T0
|
|
|
|
#%0<>::%0(%0<>)
|
|
|
|
# Could crash
|
|
|
|
|
|
|
|
_
|
|
|
|
_
|
|
|
|
# Could crash
|
|
|
|
|
|
|
|
_vt
|
|
|
|
_vt
|
|
|
|
# Could crash
|
|
|
|
|
|
|
|
_$_1Acitz
|
|
|
|
_$_1Acitz
|
|
|
|
# Could crash
|
|
|
|
|
|
|
|
_$_H1R
|
|
|
|
_$_H1R
|
|
|
|
# Could crash
|
|
|
|
|
|
|
|
_Q8ccQ4M2e.
|
|
|
|
_Q8ccQ4M2e.
|
1999-10-19 19:52:52 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
# demangler/80513 Test for bogus characters after __thunk_
|
|
|
|
|
|
|
|
__thunk_16a_$_1x
|
|
|
|
__thunk_16a_$_1x
|
2000-08-31 23:44:25 +02:00
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
# demangler/80513 Test for overflow in consume_count
|
|
|
|
|
|
|
|
__thunk_4294967297__$_1x
|
|
|
|
__thunk_4294967297__$_1x
|
2001-02-02 01:27:39 +01:00
|
|
|
#
|
2010-05-26 18:13:55 +02:00
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fo5n
|
|
|
|
fo5(__int128)
|
|
|
|
fo5
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fo5o
|
|
|
|
fo5(unsigned __int128)
|
|
|
|
fo5
|
|
|
|
#
|
2001-02-02 01:27:39 +01:00
|
|
|
--format=java
|
|
|
|
_ZN4java3awt10ScrollPane7addImplEPNS0_9ComponentEPNS_4lang6ObjectEi
|
|
|
|
java.awt.ScrollPane.addImpl(java.awt.Component, java.lang.Object, int)
|
|
|
|
#
|
|
|
|
--format=java
|
|
|
|
_ZN4java3awt4geom15AffineTransform9getMatrixEP6JArrayIdE
|
|
|
|
java.awt.geom.AffineTransform.getMatrix(double[])
|
|
|
|
#
|
|
|
|
--format=java
|
|
|
|
_ZN23Mangle$Inner$InnerInner3fooEP6JArrayIPS0_IiEEdPS0_IPS0_IPS0_IPS0_IPN4java4lang6StringEEEEEPS0_IPS0_IPN6MangleEEE
|
|
|
|
Mangle$Inner$InnerInner.foo(int[][], double, java.lang.String[][][][], Mangle[][])
|
|
|
|
#
|
|
|
|
--format=java
|
|
|
|
_ZN6JArray1tEP6JArrayIPS_E
|
|
|
|
JArray.t(JArray[])
|
|
|
|
#
|
|
|
|
--format=java
|
|
|
|
_ZN4Prim1iEibcdfwPN4java4lang6StringEsx
|
|
|
|
Prim.i(int, boolean, byte, double, float, char, java.lang.String, short, long)
|
2001-12-13 00:08:07 +01:00
|
|
|
#
|
2002-07-10 01:57:09 +02:00
|
|
|
--format=java
|
|
|
|
_ZN4java4util14Map__U24_Entry11class__U24_E
|
|
|
|
java.util.Map$Entry.class$
|
|
|
|
#
|
2003-12-20 16:53:06 +01:00
|
|
|
--format=java
|
|
|
|
_ZN3org7eclipse3cdt5debug8internal4core5model9CVariable6sizeof$Ev
|
|
|
|
org.eclipse.cdt.debug.internal.core.model.CVariable.sizeof()
|
|
|
|
#
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
--format=auto --no-params
|
2004-01-02 21:33:55 +01:00
|
|
|
_Utf58_0_1__1_2147483647__2147483648
|
2001-12-13 00:08:07 +01:00
|
|
|
_Utf58_0_1__1_2147483647__2147483648
|
|
|
|
_Utf58_0_1__1_2147483647__2147483648
|
2002-01-31 02:03:05 +01:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2002-01-31 02:03:05 +01:00
|
|
|
St9bad_alloc
|
|
|
|
std::bad_alloc
|
2004-01-02 21:33:55 +01:00
|
|
|
std::bad_alloc
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN1f1fE
|
|
|
|
f::f
|
2004-01-02 21:33:55 +01:00
|
|
|
f::f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fv
|
|
|
|
f()
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fi
|
|
|
|
f(int)
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3foo3bar
|
|
|
|
foo(bar)
|
2004-01-02 21:33:55 +01:00
|
|
|
foo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Zrm1XS_
|
|
|
|
operator%(X, X)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator%
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZplR1XS0_
|
|
|
|
operator+(X&, X&)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator+
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZlsRK1XS1_
|
|
|
|
operator<<(X const&, X const&)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator<<
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN3FooIA4_iE3barE
|
2003-11-21 21:12:22 +01:00
|
|
|
Foo<int [4]>::bar
|
2004-01-02 21:33:55 +01:00
|
|
|
Foo<int [4]>::bar
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fIiEvi
|
|
|
|
void f<int>(int)
|
2004-01-02 21:33:55 +01:00
|
|
|
f<int>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z5firstI3DuoEvS0_
|
|
|
|
void first<Duo>(Duo)
|
2004-01-02 21:33:55 +01:00
|
|
|
first<Duo>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z5firstI3DuoEvT_
|
|
|
|
void first<Duo>(Duo)
|
2004-01-02 21:33:55 +01:00
|
|
|
first<Duo>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3fooIiFvdEiEvv
|
2010-11-13 02:21:12 +01:00
|
|
|
void foo<int, void (double), int>()
|
|
|
|
foo<int, void (double), int>
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z1fIFvvEEvv
|
|
|
|
void f<void ()>()
|
|
|
|
f<void ()>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN1N1fE
|
|
|
|
N::f
|
2004-01-02 21:33:55 +01:00
|
|
|
N::f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN6System5Sound4beepEv
|
|
|
|
System::Sound::beep()
|
2004-01-02 21:33:55 +01:00
|
|
|
System::Sound::beep
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN5Arena5levelE
|
|
|
|
Arena::level
|
2004-01-02 21:33:55 +01:00
|
|
|
Arena::level
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN5StackIiiE5levelE
|
|
|
|
Stack<int, int>::level
|
2004-01-02 21:33:55 +01:00
|
|
|
Stack<int, int>::level
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fI1XEvPVN1AIT_E1TE
|
|
|
|
void f<X>(A<X>::T volatile*)
|
2004-01-02 21:33:55 +01:00
|
|
|
f<X>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZngILi42EEvN1AIXplT_Li2EEE1TE
|
2008-10-07 00:29:42 +02:00
|
|
|
void operator-<42>(A<(42)+(2)>::T)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator-<42>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z4makeI7FactoryiET_IT0_Ev
|
|
|
|
Factory<int> make<Factory, int>()
|
2004-01-02 21:33:55 +01:00
|
|
|
make<Factory, int>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z4makeI7FactoryiET_IT0_Ev
|
|
|
|
Factory<int> make<Factory, int>()
|
2004-01-02 21:33:55 +01:00
|
|
|
make<Factory, int>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3foo5Hello5WorldS0_S_
|
|
|
|
foo(Hello, World, World, Hello)
|
2004-01-02 21:33:55 +01:00
|
|
|
foo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3fooPM2ABi
|
|
|
|
foo(int AB::**)
|
2004-01-02 21:33:55 +01:00
|
|
|
foo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZlsRSoRKSs
|
|
|
|
operator<<(std::ostream&, std::string const&)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator<<
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZTI7a_class
|
|
|
|
typeinfo for a_class
|
2004-01-02 21:33:55 +01:00
|
|
|
typeinfo for a_class
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
U4_farrVKPi
|
2003-11-21 21:12:22 +01:00
|
|
|
int* const volatile restrict _far
|
2004-01-02 21:33:55 +01:00
|
|
|
int* const volatile restrict _far
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3fooILi2EEvRAplT_Li1E_i
|
2008-10-07 00:29:42 +02:00
|
|
|
void foo<2>(int (&) [(2)+(1)])
|
2004-01-02 21:33:55 +01:00
|
|
|
foo<2>
|
2016-05-18 23:52:26 +02:00
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooILi2EEvOAplT_Li1E_i
|
|
|
|
void foo<2>(int (&&) [(2)+(1)])
|
|
|
|
foo<2>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fM1AKFvvE
|
|
|
|
f(void (A::*)() const)
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3fooc
|
|
|
|
foo(char)
|
2004-01-02 21:33:55 +01:00
|
|
|
foo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
cpp-id-data.h (UC): Was U, conflicts with U...
libcpp/ChangeLog:
2008-04-14 Kris Van Hees <kris.van.hees@oracle.com>
* include/cpp-id-data.h (UC): Was U, conflicts with U... literal.
* include/cpplib.h (CHAR16, CHAR32, STRING16, STRING32): New tokens.
(struct cpp_options): Added uliterals.
(cpp_interpret_string): Update prototype.
(cpp_interpret_string_notranslate): Idem.
* charset.c (init_iconv_desc): New width member in cset_converter.
(cpp_init_iconv): Add support for char{16,32}_cset_desc.
(convert_ucn): Idem.
(emit_numeric_escape): Idem.
(convert_hex): Idem.
(convert_oct): Idem.
(convert_escape): Idem.
(converter_for_type): New function.
(cpp_interpret_string): Use converter_for_type, support u and U prefix.
(cpp_interpret_string_notranslate): Match changed prototype.
(wide_str_to_charconst): Use converter_for_type.
(cpp_interpret_charconst): Add support for CPP_CHAR{16,32}.
* directives.c (linemarker_dir): Macro U changed to UC.
(parse_include): Idem.
(register_pragma_1): Idem.
(restore_registered_pragmas): Idem.
(get__Pragma_string): Support CPP_STRING{16,32}.
* expr.c (eval_token): Support CPP_CHAR{16,32}.
* init.c (struct lang_flags): Added uliterals.
(lang_defaults): Idem.
* internal.h (struct cset_converter) <width>: New field.
(struct cpp_reader) <char16_cset_desc>: Idem.
(struct cpp_reader) <char32_cset_desc>: Idem.
* lex.c (digraph_spellings): Macro U changed to UC.
(OP, TK): Idem.
(lex_string): Add support for u'...', U'...', u... and U....
(_cpp_lex_direct): Idem.
* macro.c (_cpp_builtin_macro_text): Macro U changed to UC.
(stringify_arg): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
gcc/ChangeLog:
2008-04-14 Kris Van Hees <kris.van.hees@oracle.com>
* c-common.c (CHAR16_TYPE, CHAR32_TYPE): New macros.
(fname_as_string): Match updated cpp_interpret_string prototype.
(fix_string_type): Support char16_t* and char32_t*.
(c_common_nodes_and_builtins): Add char16_t and char32_t (and
derivative) nodes. Register as builtin if C++0x.
(c_parse_error): Support CPP_CHAR{16,32}.
* c-common.h (RID_CHAR16, RID_CHAR32): New elements.
(enum c_tree_index) <CTI_CHAR16_TYPE, CTI_SIGNED_CHAR16_TYPE,
CTI_UNSIGNED_CHAR16_TYPE, CTI_CHAR32_TYPE, CTI_SIGNED_CHAR32_TYPE,
CTI_UNSIGNED_CHAR32_TYPE, CTI_CHAR16_ARRAY_TYPE,
CTI_CHAR32_ARRAY_TYPE>: New elements.
(char16_type_node, signed_char16_type_node, unsigned_char16_type_node,
char32_type_node, signed_char32_type_node, char16_array_type_node,
char32_array_type_node): New defines.
* c-lex.c (cb_ident): Match updated cpp_interpret_string prototype.
(c_lex_with_flags): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
(lex_string): Support CPP_STRING{16,32}, match updated
cpp_interpret_string and cpp_interpret_string_notranslate prototypes.
(lex_charconst): Support CPP_CHAR{16,32}.
* c-parser.c (c_parser_postfix_expression): Support CPP_CHAR{16,32}
and CPP_STRING{16,32}.
gcc/cp/ChangeLog:
2008-04-14 Kris Van Hees <kris.van.hees@oracle.com>
* cvt.c (type_promotes_to): Support char16_t and char32_t.
* decl.c (grokdeclarator): Disallow signed/unsigned/short/long on
char16_t and char32_t.
* lex.c (reswords): Add char16_t and char32_t (for c++0x).
* mangle.c (write_builtin_type): Mangle char16_t/char32_t as vendor
extended builtin type u8char32_t.
* parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Support
RID_CHAR{16,32}.
(cp_lexer_print_token): Support CPP_STRING{16,32}.
(cp_parser_is_string_literal): Idem.
(cp_parser_string_literal): Idem.
(cp_parser_primary_expression): Support CPP_CHAR{16,32} and
CPP_STRING{16,32}.
(cp_parser_simple_type_specifier): Support RID_CHAR{16,32}.
* tree.c (char_type_p): Support char16_t and char32_t as char types.
* typeck.c (string_conv_p): Support char16_t and char32_t.
gcc/testsuite/ChangeLog:
2008-04-14 Kris Van Hees <kris.van.hees@oracle.com>
Tests for char16_t and char32_t support.
* g++.dg/ext/utf-cvt.C: New
* g++.dg/ext/utf-cxx0x.C: New
* g++.dg/ext/utf-cxx98.C: New
* g++.dg/ext/utf-dflt.C: New
* g++.dg/ext/utf-gnuxx0x.C: New
* g++.dg/ext/utf-gnuxx98.C: New
* g++.dg/ext/utf-mangle.C: New
* g++.dg/ext/utf-typedef-cxx0x.C: New
* g++.dg/ext/utf-typedef-
* g++.dg/ext/utf-typespec.C: New
* g++.dg/ext/utf16-1.C: New
* g++.dg/ext/utf16-2.C: New
* g++.dg/ext/utf16-3.C: New
* g++.dg/ext/utf16-4.C: New
* g++.dg/ext/utf32-1.C: New
* g++.dg/ext/utf32-2.C: New
* g++.dg/ext/utf32-3.C: New
* g++.dg/ext/utf32-4.C: New
* gcc.dg/utf-cvt.c: New
* gcc.dg/utf-dflt.c: New
* gcc.dg/utf16-1.c: New
* gcc.dg/utf16-2.c: New
* gcc.dg/utf16-3.c: New
* gcc.dg/utf16-4.c: New
* gcc.dg/utf32-1.c: New
* gcc.dg/utf32-2.c: New
* gcc.dg/utf32-3.c: New
* gcc.dg/utf32-4.c: New
libiberty/ChangeLog:
2008-04-14 Kris Van Hees <kris.van.hees@oracle.com>
* testsuite/demangle-expected: Added tests for char16_t and char32_t.
From-SVN: r134438
2008-04-18 15:58:08 +02:00
|
|
|
_Z2f0u8char16_t
|
|
|
|
f0(char16_t)
|
|
|
|
f0
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z2f0Pu8char16_t
|
|
|
|
f0(char16_t*)
|
|
|
|
f0
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z2f0u8char32_t
|
|
|
|
f0(char32_t)
|
|
|
|
f0
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z2f0Pu8char32_t
|
|
|
|
f0(char32_t*)
|
|
|
|
f0
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
2CBIL_Z3foocEE
|
|
|
|
CB<foo(char)>
|
2004-01-02 21:33:55 +01:00
|
|
|
CB<foo(char)>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
2CBIL_Z7IsEmptyEE
|
|
|
|
CB<IsEmpty>
|
2004-01-02 21:33:55 +01:00
|
|
|
CB<IsEmpty>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZZN1N1fEiE1p
|
|
|
|
N::f(int)::p
|
2004-01-02 21:33:55 +01:00
|
|
|
N::f(int)::p
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZZN1N1fEiEs
|
|
|
|
N::f(int)::string literal
|
2004-01-02 21:33:55 +01:00
|
|
|
N::f(int)::string literal
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fPFvvEM1SFvvE
|
|
|
|
f(void (*)(), void (S::*)())
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN1N1TIiiE2mfES0_IddE
|
|
|
|
N::T<int, int>::mf(N::T<double, double>)
|
2004-01-02 21:33:55 +01:00
|
|
|
N::T<int, int>::mf
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZSt5state
|
|
|
|
std::state
|
2004-01-02 21:33:55 +01:00
|
|
|
std::state
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZNSt3_In4wardE
|
|
|
|
std::_In::ward
|
2004-01-02 21:33:55 +01:00
|
|
|
std::_In::ward
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fKPFiiE
|
|
|
|
f(int (* const)(int))
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fAszL_ZZNK1N1A1fEvE3foo_0E_i
|
2003-11-21 21:12:22 +01:00
|
|
|
f(int [sizeof (N::A::f() const::foo)])
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fA37_iPS_
|
2003-11-21 21:12:22 +01:00
|
|
|
f(int [37], int (*) [37])
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fM1AFivEPS0_
|
|
|
|
f(int (A::*)(), int (*)())
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fPFPA1_ivE
|
|
|
|
f(int (*(*)()) [1])
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fPKM1AFivE
|
|
|
|
f(int (A::* const*)())
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1jM1AFivEPS1_
|
|
|
|
j(int (A::*)(), int (A::**)())
|
2004-01-02 21:33:55 +01:00
|
|
|
j
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1sPA37_iPS0_
|
|
|
|
s(int (*) [37], int (**) [37])
|
2004-01-02 21:33:55 +01:00
|
|
|
s
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3fooA30_A_i
|
2003-11-21 21:12:22 +01:00
|
|
|
foo(int [30][])
|
2004-01-02 21:33:55 +01:00
|
|
|
foo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3kooPA28_A30_i
|
|
|
|
koo(int (*) [28][30])
|
2004-01-02 21:33:55 +01:00
|
|
|
koo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZlsRKU3fooU4bart1XS0_
|
|
|
|
operator<<(X bart foo const&, X bart)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator<<
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZlsRKU3fooU4bart1XS2_
|
|
|
|
operator<<(X bart foo const&, X bart foo const)
|
2004-01-02 21:33:55 +01:00
|
|
|
operator<<
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fM1AKFivE
|
|
|
|
f(int (A::*)() const)
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3absILi11EEvv
|
|
|
|
void abs<11>()
|
2004-01-02 21:33:55 +01:00
|
|
|
abs<11>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN1AIfEcvT_IiEEv
|
|
|
|
A<float>::operator int<int>()
|
2004-01-02 21:33:55 +01:00
|
|
|
A<float>::operator int<int>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN12libcw_app_ct10add_optionIS_EEvMT_FvPKcES3_cS3_S3_
|
|
|
|
void libcw_app_ct::add_option<libcw_app_ct>(void (libcw_app_ct::*)(char const*), char const*, char, char const*, char const*)
|
2004-01-02 21:33:55 +01:00
|
|
|
libcw_app_ct::add_option<libcw_app_ct>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZGVN5libcw24_GLOBAL__N_cbll.cc0ZhUKa23compiler_bug_workaroundISt6vectorINS_13omanip_id_tctINS_5debug32memblk_types_manipulator_data_ctEEESaIS6_EEE3idsE
|
|
|
|
guard variable for libcw::(anonymous namespace)::compiler_bug_workaround<std::vector<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct>, std::allocator<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct> > > >::ids
|
2004-01-02 21:33:55 +01:00
|
|
|
guard variable for libcw::(anonymous namespace)::compiler_bug_workaround<std::vector<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct>, std::allocator<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct> > > >::ids
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZN5libcw5debug13cwprint_usingINS_9_private_12GlobalObjectEEENS0_17cwprint_using_tctIT_EERKS5_MS5_KFvRSt7ostreamE
|
|
|
|
libcw::debug::cwprint_using_tct<libcw::_private_::GlobalObject> libcw::debug::cwprint_using<libcw::_private_::GlobalObject>(libcw::_private_::GlobalObject const&, void (libcw::_private_::GlobalObject::*)(std::ostream&) const)
|
2004-01-02 21:33:55 +01:00
|
|
|
libcw::debug::cwprint_using<libcw::_private_::GlobalObject>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZNKSt14priority_queueIP27timer_event_request_base_ctSt5dequeIS1_SaIS1_EE13timer_greaterE3topEv
|
|
|
|
std::priority_queue<timer_event_request_base_ct*, std::deque<timer_event_request_base_ct*, std::allocator<timer_event_request_base_ct*> >, timer_greater>::top() const
|
2004-01-02 21:33:55 +01:00
|
|
|
std::priority_queue<timer_event_request_base_ct*, std::deque<timer_event_request_base_ct*, std::allocator<timer_event_request_base_ct*> >, timer_greater>::top
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZNKSt15_Deque_iteratorIP15memory_block_stRKS1_PS2_EeqERKS5_
|
|
|
|
std::_Deque_iterator<memory_block_st*, memory_block_st* const&, memory_block_st* const*>::operator==(std::_Deque_iterator<memory_block_st*, memory_block_st* const&, memory_block_st* const*> const&) const
|
2004-01-02 21:33:55 +01:00
|
|
|
std::_Deque_iterator<memory_block_st*, memory_block_st* const&, memory_block_st* const*>::operator==
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZNKSt17__normal_iteratorIPK6optionSt6vectorIS0_SaIS0_EEEmiERKS6_
|
|
|
|
std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > >::operator-(std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > > const&) const
|
2004-01-02 21:33:55 +01:00
|
|
|
std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > >::operator-
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZNSbIcSt11char_traitsIcEN5libcw5debug27no_alloc_checking_allocatorEE12_S_constructIPcEES6_T_S7_RKS3_
|
|
|
|
char* std::basic_string<char, std::char_traits<char>, libcw::debug::no_alloc_checking_allocator>::_S_construct<char*>(char*, char*, libcw::debug::no_alloc_checking_allocator const&)
|
2004-01-02 21:33:55 +01:00
|
|
|
std::basic_string<char, std::char_traits<char>, libcw::debug::no_alloc_checking_allocator>::_S_construct<char*>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1fI1APS0_PKS0_EvT_T0_T1_PA4_S3_M1CS8_
|
|
|
|
void f<A, A*, A const*>(A, A*, A const*, A const* (*) [4], A const* (* C::*) [4])
|
2004-01-02 21:33:55 +01:00
|
|
|
f<A, A*, A const*>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z3fooiPiPS_PS0_PS1_PS2_PS3_PS4_PS5_PS6_PS7_PS8_PS9_PSA_PSB_PSC_
|
|
|
|
foo(int, int*, int**, int***, int****, int*****, int******, int*******, int********, int*********, int**********, int***********, int************, int*************, int**************, int***************)
|
2004-01-02 21:33:55 +01:00
|
|
|
foo
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZSt1BISt1DIP1ARKS2_PS3_ES0_IS2_RS2_PS2_ES2_ET0_T_SB_SA_PT1_
|
|
|
|
std::D<A*, A*&, A**> std::B<std::D<A*, A* const&, A* const*>, std::D<A*, A*&, A**>, A*>(std::D<A*, A* const&, A* const*>, std::D<A*, A* const&, A* const*>, std::D<A*, A*&, A**>, A**)
|
2004-01-02 21:33:55 +01:00
|
|
|
std::B<std::D<A*, A* const&, A* const*>, std::D<A*, A*&, A**>, A*>
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_X11TransParseAddress
|
2003-06-26 21:09:56 +02:00
|
|
|
_X11TransParseAddress
|
|
|
|
_X11TransParseAddress
|
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_ZNSt13_Alloc_traitsISbIcSt18string_char_traitsIcEN5libcw5debug9_private_17allocator_adaptorIcSt24__default_alloc_templateILb0ELi327664EELb1EEEENS5_IS9_S7_Lb1EEEE15_S_instancelessE
|
|
|
|
std::_Alloc_traits<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, libcw::debug::_private_::allocator_adaptor<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, std::__default_alloc_template<false, 327664>, true> >::_S_instanceless
|
2004-01-02 21:33:55 +01:00
|
|
|
std::_Alloc_traits<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, libcw::debug::_private_::allocator_adaptor<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, std::__default_alloc_template<false, 327664>, true> >::_S_instanceless
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_GLOBAL__I__Z2fnv
|
2010-11-16 18:56:50 +01:00
|
|
|
global constructors keyed to fn()
|
|
|
|
global constructors keyed to fn()
|
2003-06-26 21:09:56 +02:00
|
|
|
#
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-06-26 21:09:56 +02:00
|
|
|
_Z1rM1GFivEMS_KFivES_M1HFivES1_4whatIKS_E5what2IS8_ES3_
|
|
|
|
r(int (G::*)(), int (G::*)() const, G, int (H::*)(), int (G::*)(), what<G const>, what2<G const>, int (G::*)() const)
|
2004-01-02 21:33:55 +01:00
|
|
|
r
|
2003-11-21 22:34:55 +01:00
|
|
|
#
|
|
|
|
# This is from the gdb testsuite gdb.cp/cplusfuncs.exp.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-11-21 22:34:55 +01:00
|
|
|
_Z10hairyfunc5PFPFilEPcE
|
|
|
|
hairyfunc5(int (*(*)(char*))(long))
|
2004-01-02 21:33:55 +01:00
|
|
|
hairyfunc5
|
2003-11-21 22:34:55 +01:00
|
|
|
#
|
|
|
|
# This is from gcc PR 8861
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-11-21 22:34:55 +01:00
|
|
|
_Z1fILi1ELc120EEv1AIXplT_cviLd810000000000000000703DAD7A370C5EEE
|
2008-10-07 00:29:42 +02:00
|
|
|
void f<1, (char)120>(A<(1)+((int)((double)[810000000000000000703DAD7A370C5]))>)
|
2004-02-25 05:51:39 +01:00
|
|
|
f<1, (char)120>
|
2003-11-21 22:34:55 +01:00
|
|
|
#
|
|
|
|
# This is also from gcc PR 8861
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-11-21 22:34:55 +01:00
|
|
|
_Z1fILi1EEv1AIXplT_cvingLf3f800000EEE
|
2008-10-07 00:29:42 +02:00
|
|
|
void f<1>(A<(1)+((int)(-((float)[3f800000])))>)
|
2004-01-02 21:33:55 +01:00
|
|
|
f<1>
|
2003-11-21 22:34:55 +01:00
|
|
|
#
|
|
|
|
# This is from a libstdc++ debug mode patch.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-11-21 22:34:55 +01:00
|
|
|
_ZNK11__gnu_debug16_Error_formatter14_M_format_wordImEEvPciPKcT_
|
|
|
|
void __gnu_debug::_Error_formatter::_M_format_word<unsigned long>(char*, int, char const*, unsigned long) const
|
2004-01-02 21:33:55 +01:00
|
|
|
__gnu_debug::_Error_formatter::_M_format_word<unsigned long>
|
2003-11-21 22:34:55 +01:00
|
|
|
#
|
2003-11-27 00:33:05 +01:00
|
|
|
# The new demangler used to core dump on this.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-11-27 00:33:05 +01:00
|
|
|
_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPSt4pairISsPFbP6sqlitePPcEESt6vectorIS9_SaIS9_EEEESE_ET0_T_SG_SF_
|
|
|
|
__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > > >(__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >)
|
2004-01-02 21:33:55 +01:00
|
|
|
std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > > >
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
#
|
2003-11-27 00:33:05 +01:00
|
|
|
# The new demangler used to fail on this.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-11-27 00:33:05 +01:00
|
|
|
_Z1fP1cIPFiiEE
|
|
|
|
f(c<int (*)(int)>*)
|
2004-01-02 21:33:55 +01:00
|
|
|
f
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
#
|
|
|
|
# Wrap expressions using '>' in an extra layer of parens to avoid
|
|
|
|
# confusion with the '>' which ends the template parameters.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
_Z4dep9ILi3EEvP3fooIXgtT_Li2EEE
|
2008-10-07 00:29:42 +02:00
|
|
|
void dep9<3>(foo<((3)>(2))>*)
|
2004-01-02 21:33:55 +01:00
|
|
|
dep9<3>
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
#
|
|
|
|
# Watch out for templated version of `operator<'--it needs an extra
|
|
|
|
# space.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
_ZStltI9file_pathSsEbRKSt4pairIT_T0_ES6_
|
|
|
|
bool std::operator< <file_path, std::string>(std::pair<file_path, std::string> const&, std::pair<file_path, std::string> const&)
|
2004-01-02 21:33:55 +01:00
|
|
|
std::operator< <file_path, std::string>
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
#
|
|
|
|
# More hairy qualifier handling.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
re PR other/13304 (demangler bad output, "operator<<" insteads of "operator< <")
* cp-demangle.c (IS_UPPER, IS_LOWER): Define.
(d_last_char): Define new macro.
(d_make_name): Reject an empty name.
(d_prefix, d_unqualified_name, d_type): Use new IS_* macros.
(d_substitution, d_print_identifier): Likewise.
(d_print_comp) [D_COMP_OPERATOR]: Likewise.
(d_print_comp) [D_COMP_TEMPLATE]: Use new d_last_char macro.
(d_print_mod) Use new d_last_char macro.
(d_print_cast): Use new d_last_char macro.
(is_ctor_or_dtor): Don't leak memory.
Fix handling of member function modifiers:
* cp-demangle.c (enum d_comp_type): Add D_COMP_RESTRICT_THIS,
D_COMP_VOLATILE_THIS, and D_COMP_CONST_THIS.
(d_dump): Dump new d_comp_type values.
(d_make_comp): Accept new d_comp_type values.
(has_return_type): Only accept _THIS variants of qualifiers.
(d_encoding): Without DMGL_PARAMS, only remove _THIS variants of
qualifiers.
(d_cv_qualifiers): Add member_fn parameter. Change all callers.
(d_print_comp) [D_COMP_TYPED_NAME]: Rather than removing
qualifiers and printing them at the end, add _THIS qualifiers to
the modifier list.
(d_print_comp) [D_COMP_*_THIS]: New cases.
(d_print_comp) [D_COMP_PTRMEM_TYPE]: Remove special handling of
qualifiers.
(d_print_mod_list): Add suffix parameter. Change all callers.
Keep walking the list even if the current modifier has been
printed.
(d_print_mod): Handle new _THIS qualifiers.
(d_print_function_type): Handle new _THIS qualifiers when deciding
whether to print a parenthesis. Put a space before the
parenthesis in some cases. Call d_print_mod_list again at the
end, passing suffix as 1.
(is_ctor_or_dtor): Look for new _THIS qualifiers.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13304:
* cp-demangle.c (d_print_comp) [D_COMP_TEMPLATE]: If the character
before the '<' is itself a '<', insert a space.
(d_print_cast): Likewise.
* testsuite/demangle-expected: Add test case.
Fix for PR gcc/13244:
* cp-demangle.c (d_print_comp) [D_COMP_BINARY]: Wrap an expression
which uses the '>' operator in an extra layer of parens.
* testsuite/demangle-expected: Add test case.
From-SVN: r74290
2003-12-04 20:48:44 +01:00
|
|
|
_Z9hairyfuncM1YKFPVPFrPA2_PM1XKFKPA3_ilEPcEiE
|
2004-02-25 05:51:39 +01:00
|
|
|
hairyfunc(int (* const (X::** (* restrict (* volatile* (Y::*)(int) const)(char*)) [2])(long) const) [3])
|
2004-01-02 21:33:55 +01:00
|
|
|
hairyfunc
|
2003-12-15 15:37:25 +01:00
|
|
|
#
|
|
|
|
# Check that negative numbers are handled correctly.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-15 15:37:25 +01:00
|
|
|
_Z1fILin1EEvv
|
|
|
|
void f<-1>()
|
2004-01-02 21:33:55 +01:00
|
|
|
f<-1>
|
2003-12-15 15:37:25 +01:00
|
|
|
#
|
|
|
|
# Check a destructor of a standard substitution.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-15 15:37:25 +01:00
|
|
|
_ZNSdD0Ev
|
|
|
|
std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()
|
2004-01-02 21:33:55 +01:00
|
|
|
std::basic_iostream<char, std::char_traits<char> >::~basic_iostream
|
2003-12-15 15:37:25 +01:00
|
|
|
#
|
2003-12-16 00:29:31 +01:00
|
|
|
# Another case where we got member function qualifiers wrong.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-16 00:29:31 +01:00
|
|
|
_ZNK15nsBaseHashtableI15nsUint32HashKey8nsCOMPtrI4IFooEPS2_E13EnumerateReadEPF15PLDHashOperatorRKjS4_PvES9_
|
|
|
|
nsBaseHashtable<nsUint32HashKey, nsCOMPtr<IFoo>, IFoo*>::EnumerateRead(PLDHashOperator (*)(unsigned int const&, IFoo*, void*), void*) const
|
2004-01-02 21:33:55 +01:00
|
|
|
nsBaseHashtable<nsUint32HashKey, nsCOMPtr<IFoo>, IFoo*>::EnumerateRead
|
2003-12-16 00:29:31 +01:00
|
|
|
#
|
2003-12-19 22:14:35 +01:00
|
|
|
# Another member function qualifier test case, when the member function
|
|
|
|
# returns a pointer to function.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-19 22:14:35 +01:00
|
|
|
_ZNK1C1fIiEEPFivEv
|
|
|
|
int (*C::f<int>() const)()
|
2004-01-02 21:33:55 +01:00
|
|
|
C::f<int>
|
2003-12-19 22:14:35 +01:00
|
|
|
#
|
|
|
|
# Another case where we got member function qualifiers wrong.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-19 22:14:35 +01:00
|
|
|
_ZZ3BBdI3FooEvvENK3Fob3FabEv
|
2017-09-26 04:38:12 +02:00
|
|
|
BBd<Foo>()::Fob::Fab() const
|
|
|
|
BBd<Foo>()::Fob::Fab
|
2003-12-19 22:14:35 +01:00
|
|
|
#
|
|
|
|
# The same idea one level deeper.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-19 22:14:35 +01:00
|
|
|
_ZZZ3BBdI3FooEvvENK3Fob3FabEvENK3Gob3GabEv
|
2017-09-26 04:38:12 +02:00
|
|
|
BBd<Foo>()::Fob::Fab() const::Gob::Gab() const
|
|
|
|
BBd<Foo>()::Fob::Fab() const::Gob::Gab
|
2003-12-19 22:14:35 +01:00
|
|
|
#
|
|
|
|
# Yet another member function qualifier problem.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=gnu-v3 --no-params
|
2003-12-19 22:14:35 +01:00
|
|
|
_ZNK5boost6spirit5matchI13rcs_deltatextEcvMNS0_4impl5dummyEFvvEEv
|
|
|
|
boost::spirit::match<rcs_deltatext>::operator void (boost::spirit::impl::dummy::*)()() const
|
2004-01-02 21:33:55 +01:00
|
|
|
boost::spirit::match<rcs_deltatext>::operator void (boost::spirit::impl::dummy::*)()
|
|
|
|
#
|
2004-02-24 07:32:16 +01:00
|
|
|
# Multi-dimensional arrays with qualifiers on the inner dimensions.
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooIA6_KiEvA9_KT_rVPrS4_
|
|
|
|
void foo<int const [6]>(int const [9][6], int restrict const (* volatile restrict) [9][6])
|
|
|
|
foo<int const [6]>
|
|
|
|
#
|
|
|
|
# From PR libstdc++/12736
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooIA3_iEvRKT_
|
|
|
|
void foo<int [3]>(int const (&) [3])
|
|
|
|
foo<int [3]>
|
|
|
|
#
|
|
|
|
# Related to PR libstdc++/12736
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooIPA3_iEvRKT_
|
|
|
|
void foo<int (*) [3]>(int (* const&) [3])
|
|
|
|
foo<int (*) [3]>
|
|
|
|
#
|
2004-06-28 19:36:27 +02:00
|
|
|
# This used to crash the demangler--PR 16240
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZN13PatternDriver23StringScalarDeleteValueC1ERKNS_25ConflateStringScalarValueERKNS_25AbstractStringScalarValueERKNS_12TemplateEnumINS_12pdcomplementELZNS_16complement_namesEELZNS_14COMPLEMENTENUMEEEE
|
2009-03-18 00:31:18 +01:00
|
|
|
PatternDriver::StringScalarDeleteValue::StringScalarDeleteValue(PatternDriver::ConflateStringScalarValue const&, PatternDriver::AbstractStringScalarValue const&, PatternDriver::TemplateEnum<PatternDriver::pdcomplement, PatternDriver::complement_names, PatternDriver::COMPLEMENTENUM> const&)
|
2004-06-28 19:36:27 +02:00
|
|
|
PatternDriver::StringScalarDeleteValue::StringScalarDeleteValue
|
2005-07-01 18:39:36 +02:00
|
|
|
#
|
|
|
|
# This used to cause the demangler to walk into undefined memory--PR 22268
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
ALsetchannels
|
|
|
|
ALsetchannels
|
|
|
|
ALsetchannels
|
2004-01-02 21:33:55 +01:00
|
|
|
# Test GNU V3 constructor and destructor identification.
|
|
|
|
# 0 means it is not a constructor/destructor.
|
|
|
|
# Other integers correspond to enum gnu_v3_{c,d}tor_kinds in demangle.h.
|
|
|
|
--is-v3-ctor
|
|
|
|
_GLOBAL__I__Z2fnv
|
|
|
|
0
|
|
|
|
#
|
|
|
|
--is-v3-dtor
|
|
|
|
_GLOBAL__I__Z2fnv
|
|
|
|
0
|
|
|
|
#
|
|
|
|
--is-v3-ctor
|
|
|
|
_ZNSdC1Ev
|
|
|
|
1
|
|
|
|
#
|
|
|
|
--is-v3-dtor
|
|
|
|
_ZNSdC1Ev
|
|
|
|
0
|
|
|
|
#
|
|
|
|
--is-v3-ctor
|
|
|
|
_ZNSdD0Ev
|
|
|
|
0
|
|
|
|
#
|
|
|
|
--is-v3-dtor
|
|
|
|
_ZNSdD0Ev
|
|
|
|
1
|
|
|
|
#
|
|
|
|
--is-v3-ctor
|
|
|
|
_ZNSdC2Ev
|
|
|
|
2
|
|
|
|
#
|
|
|
|
--is-v3-dtor
|
|
|
|
_ZNSdC2Ev
|
|
|
|
0
|
|
|
|
#
|
|
|
|
--is-v3-ctor
|
|
|
|
_ZNSdD1Ev
|
|
|
|
0
|
|
|
|
#
|
|
|
|
--is-v3-dtor
|
|
|
|
_ZNSdD1Ev
|
|
|
|
2
|
2003-12-19 22:14:35 +01:00
|
|
|
#
|
2003-10-21 01:21:30 +02:00
|
|
|
# This used to cause a crash. It doesn't follow the C++ encoding so
|
|
|
|
# the demangled name should be identical to the original symbol name.
|
2004-01-02 21:33:55 +01:00
|
|
|
--format=auto --no-params
|
|
|
|
_test_array__L_1__B23b___clean.6
|
2003-10-21 01:21:30 +02:00
|
|
|
_test_array__L_1__B23b___clean.6
|
|
|
|
_test_array__L_1__B23b___clean.6
|
2005-05-26 01:29:54 +02:00
|
|
|
#
|
|
|
|
--format=java
|
|
|
|
_ZGAN4java4lang5Class7forNameEPNS0_6StringE
|
|
|
|
hidden alias for java.lang.Class.forName(java.lang.String)
|
2005-12-11 02:34:02 +01:00
|
|
|
#
|
|
|
|
# Test cases to verify encoding that determines if a return type is present
|
|
|
|
# Related to PR9861
|
|
|
|
--format=java
|
|
|
|
_ZN4java4lang4Math4acosEJdd
|
|
|
|
java.lang.Math.acos(double)double
|
|
|
|
#
|
|
|
|
--format=auto
|
|
|
|
_ZN4java4lang4Math4acosEJdd
|
|
|
|
double java::lang::Math::acos(double)
|
|
|
|
#
|
|
|
|
--format=auto
|
|
|
|
_ZN4java4lang4Math4acosEJvd
|
|
|
|
void java::lang::Math::acos(double)
|
|
|
|
#
|
|
|
|
--format=auto --ret-postfix
|
|
|
|
_ZN4java4lang4Math4acosEJdd
|
|
|
|
java::lang::Math::acos(double)double
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params --ret-postfix
|
|
|
|
_Z4makeI7FactoryiET_IT0_Ev
|
|
|
|
make<Factory, int>()Factory<int>
|
|
|
|
make<Factory, int>
|
2006-08-27 23:42:55 +02:00
|
|
|
#
|
|
|
|
# From PR 28797
|
|
|
|
--format=auto --no-params
|
|
|
|
_Z1fM1AKiPKS1_
|
|
|
|
f(int const A::*, int const A::* const*)
|
|
|
|
f
|
2006-09-22 15:52:29 +02:00
|
|
|
# This used to cause a core dump in the demangler -- PR 29176
|
|
|
|
--format=auto --no-params
|
|
|
|
SASDASDFASDF_sdfsdf
|
|
|
|
SASDASDFASDF_sdfsdf
|
|
|
|
SASDASDFASDF_sdfsdf
|
2006-12-21 02:29:27 +01:00
|
|
|
# These are all cases of invalid manglings where the demangler would read
|
|
|
|
# past the end of the string.
|
|
|
|
# d_name wasn't honouring a NULL from d_substitution
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZSA
|
|
|
|
_ZSA
|
|
|
|
# d_expr_primary wasn't honouring NULL from cplus_demangle_mangled_name
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN1fIL_
|
|
|
|
_ZN1fIL_
|
|
|
|
# d_operator_name was taking two characters in a row
|
|
|
|
--format=gnu-v3
|
|
|
|
_Za
|
|
|
|
_Za
|
|
|
|
# d_prefix wasn't honouring NULL from d_substitution
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNSA
|
|
|
|
_ZNSA
|
|
|
|
# d_prefix wasn't honouring NULL from d_template_param
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNT
|
|
|
|
_ZNT
|
2007-03-16 02:07:52 +01:00
|
|
|
# Dereferencing NULL in d_pointer_to_member_type
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1aMark
|
|
|
|
_Z1aMark
|
2007-05-06 02:01:36 +02:00
|
|
|
# <local-source-name> test 1
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZL3foo_2
|
|
|
|
foo
|
|
|
|
# <local-source-name> test 2
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZZL3foo_2vE4var1
|
|
|
|
foo()::var1
|
|
|
|
# <local-source-name> test 3
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZZL3foo_2vE4var1_0
|
|
|
|
foo()::var1
|
|
|
|
# <local-source-name> test 4
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZZN7myspaceL3foo_1EvEN11localstruct1fEZNS_3fooEvE16otherlocalstruct
|
|
|
|
myspace::foo()::localstruct::f(myspace::foo()::otherlocalstruct)
|
2008-01-27 07:01:00 +01:00
|
|
|
# Java resource name
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZGr32_java$Sutil$Siso4217$_properties
|
|
|
|
java resource java/util/iso4217.properties
|
2008-09-09 19:38:10 +02:00
|
|
|
# decltype/param placeholder test
|
|
|
|
--format=gnu-v3
|
2009-03-18 00:31:18 +01:00
|
|
|
_Z3addIidEDTplfp_fp0_ET_T0_
|
2009-09-30 05:01:30 +02:00
|
|
|
decltype ({parm#1}+{parm#2}) add<int, double>(int, double)
|
2011-08-01 23:02:07 +02:00
|
|
|
# decltype scope test
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fI1SENDtfp_E4typeET_
|
|
|
|
decltype ({parm#1})::type f<S>(S)
|
2008-09-09 19:38:10 +02:00
|
|
|
# decltype/fn call test
|
|
|
|
--format=gnu-v3
|
2009-03-18 00:31:18 +01:00
|
|
|
_Z4add3IidEDTclL_Z1gEfp_fp0_EET_T0_
|
2009-09-30 05:01:30 +02:00
|
|
|
decltype (g({parm#1}, {parm#2})) add3<int, double>(int, double)
|
2011-07-04 23:44:11 +02:00
|
|
|
# 'this' test
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN1A1fIiEEDTcldtdtdefpT1b1fIT_EEEv
|
|
|
|
decltype ((((*this).b).(f<int>))()) A::f<int>()
|
2008-10-07 00:29:42 +02:00
|
|
|
# new (2008) built in types test
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fDfDdDeDhDsDi
|
|
|
|
f(decimal32, decimal64, decimal128, half, char16_t, char32_t)
|
|
|
|
# pack expansion test
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIIPiPfPdEEvDpT_
|
|
|
|
void f<int*, float*, double*>(int*, float*, double*)
|
|
|
|
# '.' test
|
2008-09-09 19:38:10 +02:00
|
|
|
--format=gnu-v3
|
2009-03-18 00:31:18 +01:00
|
|
|
_Z1hI1AIiEdEDTcldtfp_1gIT0_EEET_S2_
|
2009-09-30 05:01:30 +02:00
|
|
|
decltype (({parm#1}.(g<double>))()) h<A<int>, double>(A<int>, double)
|
2009-03-18 00:31:18 +01:00
|
|
|
# test for typed function in decltype
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN1AIiE1jIiEEDTplfp_clL_Z1xvEEET_
|
2011-07-01 19:16:44 +02:00
|
|
|
decltype ({parm#1}+(x())) A<int>::j<int>(int)
|
|
|
|
# typed function in decltype with an argument list
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1tIlEDTplcvT_Li5EclL_Z1qsELi6EEEv
|
|
|
|
decltype (((long)(5))+(q(6))) t<long>()
|
2009-03-23 22:03:01 +01:00
|
|
|
# test for expansion of function parameter pack
|
|
|
|
--format=gnu-v3
|
re PR c++/6057 (expression mangling doesn't work for operator new)
PR c++/6057
PR c++/48051
PR c++/50855
PR c++/51322
gcc/cp/
* mangle.c (write_expression): Support NEW_EXPR, DELETE_EXPR,
THROW_EXPR, CONSTRUCTOR, OVERLOAD. Fix PREINCREMENT_EXPR and
PREDECREMENT_EXPR.
(write_template_arg): Fix mangling of class-scope functions and
argument packs.
(mangle_decl): Update suggested -fabi-version argument.
* operators.def: Add DOTSTAR_EXPR, REINTERPRET_CAST_EXPR,
DYNAMIC_CAST_EXPR; correct CONST_CAST_EXPR, STATIC_CAST_EXPR.
* tree.c (dependent_name): No longer static.
* cp-tree.h: Declare it.
* pt.c (unify): Defer handling of unconverted functions.
include/
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
libiberty/
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
DEMANGLE_COMPONENT_INITIALIZER_LIST.
(d_make_comp): Likewise. Allow null right arg for
DEMANGLE_COMPONENT_TRINARY_ARG2.
(cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
(d_template_args, d_template_arg): Handle 'J' for argument packs.
(d_exprlist): Add terminator parm.
(d_expression, d_print_comp): Handle initializer lists, nullary
expressions, prefix/suffix operators, and new.
(d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
and DEMANGLE_COMPONENT_INITIALIZER_LIST.
* testsuite/demangle-expected: Add tests.
From-SVN: r182970
2012-01-06 22:39:43 +01:00
|
|
|
_Z1gIJidEEDTclL_Z1fEspplfp_Li1EEEDpT_
|
2009-09-30 05:01:30 +02:00
|
|
|
decltype (f(({parm#1}+(1))...)) g<int, double>(int, double)
|
|
|
|
# lambda tests
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZZ1giENKUlvE_clEv
|
|
|
|
g(int)::{lambda()#1}::operator()() const
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z4algoIZ1giEUlvE0_EiT_
|
|
|
|
int algo<g(int)::{lambda()#2}>(g(int)::{lambda()#2})
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZZN1S1fEiiEd0_NKUlvE0_clEv
|
|
|
|
S::f(int, int)::{default arg#2}::{lambda()#2}::operator()() const
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNK1SIiE1xMUlvE1_clEv
|
|
|
|
S<int>::x::{lambda()#3}::operator()() const
|
|
|
|
--format=gnu-v3
|
2013-02-15 02:26:44 +01:00
|
|
|
_ZN8functionC1IZN1CIiE4testES_Ed_UliE_EET_
|
|
|
|
function::function<C<int>::test(function)::{default arg#1}::{lambda(int)#1}>(C<int>::test(function)::{default arg#1}::{lambda(int)#1})
|
|
|
|
--format=gnu-v3
|
2009-09-30 05:01:30 +02:00
|
|
|
_Z1fN1SUt_E
|
|
|
|
f(S::{unnamed type#1})
|
2010-02-03 21:42:35 +01:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fDv32_f
|
2010-03-22 21:38:35 +01:00
|
|
|
f(float __vector(32))
|
2010-02-03 21:42:35 +01:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIfLi4EEvDv_T0__T_
|
2010-03-22 21:38:35 +01:00
|
|
|
void f<float, 4>(float __vector(4))
|
2010-02-04 17:54:31 +01:00
|
|
|
--format=gnu-v3
|
2010-02-03 21:42:48 +01:00
|
|
|
_Z1fI1AEDTclonplfp_fp_EET_
|
|
|
|
decltype ((operator+)({parm#1}, {parm#1})) f<A>(A)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1hI1AEDTcldtfp_miEET_
|
|
|
|
decltype (({parm#1}.(operator-))()) h<A>(A)
|
2010-05-06 22:51:52 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fDn
|
|
|
|
f(decltype(nullptr))
|
2010-06-10 17:15:18 +02:00
|
|
|
--format=gnu-v3
|
2011-06-20 16:40:01 +02:00
|
|
|
_Z1fIRiEvOT_b
|
|
|
|
void f<int&>(int&, bool)
|
|
|
|
--format=gnu-v3
|
2010-06-10 17:15:18 +02:00
|
|
|
_ZN5aaaaa6bbbbbb5cccccIN23ddddddddddddddddddddddd3eeeENS2_4ffff16ggggggggggggggggENS0_9hhhhhhhhhES6_S6_S6_S6_S6_S6_S6_EE
|
|
|
|
aaaaa::bbbbbb::ccccc<ddddddddddddddddddddddd::eee, ddddddddddddddddddddddd::ffff::gggggggggggggggg, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh>
|
2011-06-14 00:32:40 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z5outerIsEcPFilE
|
|
|
|
char outer<short>(int (*)(long))
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z5outerPFsiEl
|
|
|
|
outer(short (*)(int), long)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z6outer2IsEPFilES1_
|
|
|
|
int (*outer2<short>(int (*)(long)))(long)
|
2011-06-14 00:34:19 +02:00
|
|
|
--format=gnu-v3 --ret-postfix
|
|
|
|
_Z5outerIsEcPFilE
|
|
|
|
outer<short>(int (*)(long))char
|
|
|
|
--format=gnu-v3 --ret-postfix
|
|
|
|
_Z5outerPFsiEl
|
|
|
|
outer(short (*)(int), long)
|
|
|
|
--format=gnu-v3 --ret-postfix
|
|
|
|
_Z6outer2IsEPFilES1_
|
|
|
|
outer2<short>(int (*)(long))int (*)(long)
|
2011-06-14 00:32:40 +02:00
|
|
|
--format=gnu-v3 --ret-drop
|
|
|
|
_Z5outerIsEcPFilE
|
|
|
|
outer<short>(int (*)(long))
|
|
|
|
--format=gnu-v3 --ret-drop
|
|
|
|
_Z5outerPFsiEl
|
|
|
|
outer(short (*)(int), long)
|
|
|
|
--format=gnu-v3 --ret-drop
|
|
|
|
_Z6outer2IsEPFilES1_
|
|
|
|
outer2<short>(int (*)(long))
|
2010-01-11 12:38:35 +01:00
|
|
|
#
|
2011-07-01 19:16:44 +02:00
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZN1KIXadL_ZN1S1mEiEEE1fEv
|
|
|
|
K<&S::m>::f()
|
|
|
|
K<&S::m>::f
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN1KILi1EXadL_ZN1S1mEiEEE1fEv
|
|
|
|
K<1, &S::m>::f()
|
|
|
|
# Here the `(int)' argument list of `S::m' is already removed.
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN1KILi1EXadL_ZN1S1mEEEE1fEv
|
|
|
|
K<1, &S::m>::f()
|
|
|
|
#
|
2011-07-26 16:28:23 +02:00
|
|
|
# Used to crash -- binutils PR 13030.
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZSt10_ConstructI10CellBorderIS0_EEvPT_DpOT0_
|
|
|
|
_ZSt10_ConstructI10CellBorderIS0_EEvPT_DpOT0_
|
2012-01-06 22:39:34 +01:00
|
|
|
# A pack expansion is substitutable.
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIJiEiEv1AIJDpT_EET0_S4_
|
|
|
|
void f<int, int>(A<int>, int, int)
|
|
|
|
# So is decltype.
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIiiEDTcvT__EET0_S2_
|
|
|
|
decltype ((int)()) f<int, int>(int, int)
|
|
|
|
# And vector.
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fDv4_iS_
|
|
|
|
f(int __vector(4), int __vector(4))
|
re PR c++/6057 (expression mangling doesn't work for operator new)
PR c++/6057
PR c++/48051
PR c++/50855
PR c++/51322
gcc/cp/
* mangle.c (write_expression): Support NEW_EXPR, DELETE_EXPR,
THROW_EXPR, CONSTRUCTOR, OVERLOAD. Fix PREINCREMENT_EXPR and
PREDECREMENT_EXPR.
(write_template_arg): Fix mangling of class-scope functions and
argument packs.
(mangle_decl): Update suggested -fabi-version argument.
* operators.def: Add DOTSTAR_EXPR, REINTERPRET_CAST_EXPR,
DYNAMIC_CAST_EXPR; correct CONST_CAST_EXPR, STATIC_CAST_EXPR.
* tree.c (dependent_name): No longer static.
* cp-tree.h: Declare it.
* pt.c (unify): Defer handling of unconverted functions.
include/
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
libiberty/
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
DEMANGLE_COMPONENT_INITIALIZER_LIST.
(d_make_comp): Likewise. Allow null right arg for
DEMANGLE_COMPONENT_TRINARY_ARG2.
(cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
(d_template_args, d_template_arg): Handle 'J' for argument packs.
(d_exprlist): Add terminator parm.
(d_expression, d_print_comp): Handle initializer lists, nullary
expressions, prefix/suffix operators, and new.
(d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
and DEMANGLE_COMPONENT_INITIALIZER_LIST.
* testsuite/demangle-expected: Add tests.
From-SVN: r182970
2012-01-06 22:39:43 +01:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z2f1Ii1AEDTdsfp_fp0_ET0_MS2_T_
|
|
|
|
decltype ({parm#1}.*{parm#2}) f1<int, A>(A, int A::*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z2f2IiEDTquL_Z1bEfp_trET_
|
|
|
|
decltype (b?{parm#1} : (throw)) f2<int>(int)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z6check1IiEvP6helperIXsznw_T_EEE
|
|
|
|
void check1<int>(helper<sizeof (new int)>*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z6check2IiEvP6helperIXszgsnw_T_piEEE
|
|
|
|
void check2<int>(helper<sizeof (::new int())>*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z6check3IiEvP6helperIXsznwadL_Z1iE_T_piLi1EEEE
|
|
|
|
void check3<int>(helper<sizeof (new (&i) int(1))>*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z6check4IiEvP6helperIXszna_A1_T_EEE
|
|
|
|
void check4<int>(helper<sizeof (new int [1])>*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z6check5IiEvP6helperIXszna_A1_T_piEEE
|
|
|
|
void check5<int>(helper<sizeof (new int [1]())>*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIiEDTcmgsdlfp_psfp_EPT_
|
|
|
|
decltype ((::delete {parm#1}),(+{parm#1})) f<int>(int*)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIiEDTcmdafp_psfp_EPT_
|
|
|
|
decltype ((delete[] {parm#1}),(+{parm#1})) f<int>(int*)
|
|
|
|
--format=gnu-v3
|
2012-01-10 18:02:52 +01:00
|
|
|
_ZN1AdlEPv
|
|
|
|
A::operator delete(void*)
|
|
|
|
--format=gnu-v3
|
re PR c++/6057 (expression mangling doesn't work for operator new)
PR c++/6057
PR c++/48051
PR c++/50855
PR c++/51322
gcc/cp/
* mangle.c (write_expression): Support NEW_EXPR, DELETE_EXPR,
THROW_EXPR, CONSTRUCTOR, OVERLOAD. Fix PREINCREMENT_EXPR and
PREDECREMENT_EXPR.
(write_template_arg): Fix mangling of class-scope functions and
argument packs.
(mangle_decl): Update suggested -fabi-version argument.
* operators.def: Add DOTSTAR_EXPR, REINTERPRET_CAST_EXPR,
DYNAMIC_CAST_EXPR; correct CONST_CAST_EXPR, STATIC_CAST_EXPR.
* tree.c (dependent_name): No longer static.
* cp-tree.h: Declare it.
* pt.c (unify): Defer handling of unconverted functions.
include/
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
libiberty/
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_NULLARY and
DEMANGLE_COMPONENT_INITIALIZER_LIST.
(d_make_comp): Likewise. Allow null right arg for
DEMANGLE_COMPONENT_TRINARY_ARG2.
(cplus_demangle_operators): Adjust new/delete; add .*, :: and throw.
(d_template_args, d_template_arg): Handle 'J' for argument packs.
(d_exprlist): Add terminator parm.
(d_expression, d_print_comp): Handle initializer lists, nullary
expressions, prefix/suffix operators, and new.
(d_print_subexpr): Avoid parens around DEMANGLE_COMPONENT_QUAL_NAME
and DEMANGLE_COMPONENT_INITIALIZER_LIST.
* testsuite/demangle-expected: Add tests.
From-SVN: r182970
2012-01-06 22:39:43 +01:00
|
|
|
_Z2f1IiEDTppfp_ET_
|
|
|
|
decltype ({parm#1}++) f1<int>(int)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z2f1IiEDTpp_fp_ET_
|
|
|
|
decltype (++{parm#1}) f1<int>(int)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z2f1IiEDTcl1gfp_ilEEET_
|
|
|
|
decltype (g({parm#1}, {})) f1<int>(int)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z2f1IiEDTnw_T_ilEES0_
|
|
|
|
decltype (new int{}) f1<int>(int)
|
2012-03-08 00:19:06 +01:00
|
|
|
--format=gnu-v3
|
|
|
|
_Zli2_wPKc
|
|
|
|
operator"" _w(char const*)
|
2012-03-21 05:04:39 +01:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIiEDTnw_Dapifp_EET_
|
|
|
|
decltype (new auto({parm#1})) f<int>(int)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIiERDaRKT_S1_
|
|
|
|
auto& f<int>(int const&, int)
|
2012-07-18 21:51:36 +02:00
|
|
|
--format=gnu-v3
|
2016-12-13 07:16:05 +01:00
|
|
|
_Z1gIiEDcRKT_S0_
|
|
|
|
decltype(auto) g<int>(int const&, int)
|
|
|
|
--format=gnu-v3
|
2012-07-18 21:51:36 +02:00
|
|
|
_Z1gILi1EEvR1AIXT_EER1BIXscbT_EE
|
|
|
|
void g<1>(A<1>&, B<static_cast<bool>(1)>&)
|
2012-11-11 03:11:15 +01:00
|
|
|
--format=gnu-v3
|
|
|
|
_ZNKSt7complexIiE4realB5cxx11Ev
|
|
|
|
std::complex<int>::real[abi:cxx11]() const
|
2011-07-26 16:28:23 +02:00
|
|
|
#
|
2015-07-13 07:49:54 +02:00
|
|
|
# Some more crashes revealed by fuzz-testing:
|
|
|
|
# Check for NULL pointer when demangling trinary operators
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fAv32_f
|
|
|
|
_Z1fAv32_f
|
|
|
|
# Do not overflow when decoding identifier length
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z11111111111
|
|
|
|
_Z11111111111
|
|
|
|
# Check out-of-bounds access when decoding braced initializer list
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZDTtl
|
|
|
|
_ZDTtl
|
|
|
|
# Check for NULL pointer when demangling DEMANGLE_COMPONENT_LOCAL_NAME
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZZN1fEEd_lEv
|
|
|
|
_ZZN1fEEd_lEv
|
|
|
|
# Handle DEMANGLE_COMPONENT_FIXED_TYPE in d_find_pack
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fDpDFT_
|
|
|
|
_Z1fDpDFT_
|
|
|
|
# Likewise, DEMANGLE_COMPONENT_DEFAULT_ARG
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fIDpZ1fEd_E
|
|
|
|
_Z1fIDpZ1fEd_E
|
|
|
|
# Likewise, DEMANGLE_COMPONENT_NUMBER
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fDpDv1_c
|
|
|
|
f((char __vector(1))...)
|
|
|
|
#
|
2010-01-11 12:38:35 +01:00
|
|
|
# Ada (GNAT) tests.
|
|
|
|
#
|
|
|
|
# Simple test.
|
|
|
|
--format=gnat
|
|
|
|
yz__qrs
|
|
|
|
yz.qrs
|
|
|
|
# Operator
|
|
|
|
--format=gnat
|
|
|
|
oper__Oadd
|
|
|
|
oper."+"
|
|
|
|
# Overloaded subprogram.
|
|
|
|
--format=gnat
|
|
|
|
yz__qrs__2
|
|
|
|
yz.qrs
|
|
|
|
# Nested subprogram.
|
|
|
|
--format=gnat
|
|
|
|
yz__qrs__tuv.1661
|
|
|
|
yz.qrs.tuv
|
|
|
|
# Nested and overloaded subprograms.
|
|
|
|
--format=gnat
|
|
|
|
yz__qrs__tuv__2_1.1667
|
|
|
|
yz.qrs.tuv
|
|
|
|
--format=gnat
|
|
|
|
yz__qrs__tuv__2_2.1670
|
|
|
|
yz.qrs.tuv
|
|
|
|
--format=gnat
|
|
|
|
yz__qrs__tuv__2_3.1674
|
|
|
|
yz.qrs.tuv
|
|
|
|
# Elaborated flag (not demangled)
|
|
|
|
--format=gnat
|
|
|
|
x_E
|
|
|
|
<x_E>
|
|
|
|
# Nested package
|
|
|
|
--format=gnat
|
|
|
|
x__m1
|
|
|
|
x.m1
|
|
|
|
--format=gnat
|
|
|
|
x__m3
|
|
|
|
x.m3
|
|
|
|
--format=gnat
|
|
|
|
x__y__m2X
|
|
|
|
x.y.m2
|
|
|
|
--format=gnat
|
|
|
|
x__y__z__rXb
|
|
|
|
x.y.z.r
|
|
|
|
# Child package
|
|
|
|
--format=gnat
|
|
|
|
x__y__j
|
|
|
|
x.y.j
|
|
|
|
# Library level
|
|
|
|
--format=gnat
|
|
|
|
_ada_x__m3
|
|
|
|
x.m3
|
|
|
|
# Package body elaborator
|
|
|
|
--format=gnat
|
|
|
|
p___elabb
|
|
|
|
p'Elab_Body
|
|
|
|
# Package spec elaborator
|
|
|
|
--format=gnat
|
|
|
|
p___elabs
|
|
|
|
p'Elab_Spec
|
|
|
|
# Task body
|
|
|
|
--format=gnat
|
|
|
|
p__taskobjTKB
|
|
|
|
p.taskobj
|
|
|
|
# Task subprogram
|
|
|
|
--format=gnat
|
|
|
|
p__taskobjTK__f1.2330
|
|
|
|
p.taskobj.f1
|
|
|
|
# Protected types subprograms
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__getN
|
|
|
|
prot.lock.get
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__getP
|
|
|
|
prot.lock.get
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__get__sub.2590
|
|
|
|
prot.lock.get.sub
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__setN
|
|
|
|
prot.lock.set
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__setP
|
|
|
|
prot.lock.set
|
|
|
|
# Protected type entries
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__update_B7s
|
|
|
|
prot.lock.update
|
|
|
|
--format=gnat
|
|
|
|
prot__lock__update_E6s
|
|
|
|
prot.lock.update
|
2010-09-22 11:26:03 +02:00
|
|
|
# Controlled types
|
|
|
|
--format=gnat
|
|
|
|
gnat__sockets__sockets_library_controllerDF__2
|
|
|
|
gnat.sockets.sockets_library_controller.Finalize
|
|
|
|
--format=gnat
|
|
|
|
system__partition_interface__racw_stub_typeDA
|
|
|
|
system.partition_interface.racw_stub_type.Adjust
|
|
|
|
# Stream operations
|
|
|
|
--format=gnat
|
|
|
|
gnat__wide_wide_string_split__slice_setSR__2
|
|
|
|
gnat.wide_wide_string_split.slice_set'Read
|
|
|
|
--format=gnat
|
|
|
|
ada__real_time__timing_events__events__listSW__2Xnn
|
|
|
|
ada.real_time.timing_events.events.list'Write
|
|
|
|
--format=gnat
|
|
|
|
system__finalization_root__root_controlledSI
|
|
|
|
system.finalization_root.root_controlled'Input
|
|
|
|
--format=gnat
|
|
|
|
ada__finalization__limited_controlledSO__2
|
|
|
|
ada.finalization.limited_controlled'Output
|
|
|
|
# Tagged types
|
|
|
|
--format=gnat
|
|
|
|
ada__synchronous_task_control___size__2
|
|
|
|
ada.synchronous_task_control'Size
|
|
|
|
--format=gnat
|
|
|
|
ada__real_time__timing_events__events___alignment__2Xnn
|
|
|
|
ada.real_time.timing_events.events'Alignment
|
|
|
|
--format=gnat
|
|
|
|
system__finalization_root___assign__2
|
|
|
|
system.finalization_root.":="
|
2010-01-26 05:05:32 +01:00
|
|
|
#
|
|
|
|
# Used to crash the demangler.
|
|
|
|
--format=gnu-v3
|
|
|
|
DFA
|
|
|
|
DFA
|
2010-09-11 00:41:28 +02:00
|
|
|
#
|
|
|
|
# http://sourceware.org/bugzilla/show_bug.cgi?id=11572
|
|
|
|
--format=auto
|
|
|
|
_ZN3Psi7VariantIIcPKcEE5visitIIRZN11VariantTest9TestVisit11test_methodEvEUlS2_E0_RZNS6_11test_methodEvEUlcE1_RZNS6_11test_methodEvEUlNS_4NoneEE_EEENS_13VariantDetail19SelectVisitorResultIIDpT_EE4typeEDpOSG_
|
2011-06-20 16:40:01 +02:00
|
|
|
Psi::VariantDetail::SelectVisitorResult<VariantTest::TestVisit::test_method()::{lambda(char const*)#2}&, VariantTest::TestVisit::test_method()::{lambda(char)#3}&, VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&>::type Psi::Variant<char, char const*>::visit<VariantTest::TestVisit::test_method()::{lambda(char const*)#2}&, VariantTest::TestVisit::test_method()::{lambda(char)#3}&, VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&>((VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&)...)
|
2011-09-23 23:39:10 +02:00
|
|
|
#
|
|
|
|
# Clone suffix tests
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fo5n.clone.1
|
|
|
|
fo5(__int128) [clone .clone.1]
|
|
|
|
fo5
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fo5n.constprop.2
|
|
|
|
fo5(__int128) [clone .constprop.2]
|
|
|
|
fo5
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fo5n.isra.3
|
|
|
|
fo5(__int128) [clone .isra.3]
|
|
|
|
fo5
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fo5n.part.4
|
|
|
|
fo5(__int128) [clone .part.4]
|
|
|
|
fo5
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z12to_be_clonediPv.clone.0
|
|
|
|
to_be_cloned(int, void*) [clone .clone.0]
|
|
|
|
to_be_cloned
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooi.1988
|
|
|
|
foo(int) [clone .1988]
|
|
|
|
foo
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooi.part.9.165493.constprop.775.31805
|
|
|
|
foo(int) [clone .part.9.165493] [clone .constprop.775.31805]
|
|
|
|
foo
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z2f1IiEvT_S0_S0_._omp_fn.2
|
|
|
|
void f1<int>(int, int, int) [clone ._omp_fn.2]
|
|
|
|
f1<int>
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z3fooi._omp_cpyfn.6
|
|
|
|
foo(int) [clone ._omp_cpyfn.6]
|
|
|
|
foo
|
2011-10-10 22:34:20 +02:00
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_Z1fIKFvvES0_Evv
|
2013-04-04 02:14:00 +02:00
|
|
|
void f<void () const, void () const>()
|
|
|
|
f<void () const, void () const>
|
2012-05-22 15:55:02 +02:00
|
|
|
#
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN4modc6parser8sequenceINS_9astParser13LocatedParserINS0_9ParserRefINS2_UlRNS2_16TokenParserInputEE_EEEEEINS0_14OptionalParserINS2_18ListParserTemplateILNS_6tokens5Token4TypeE4EXadL_ZNSD_Ut_13parenthesizedEEEE6ParserINS4_INS0_6ParserIS5_NS_3ast10ExpressionEEEEEEEEENSA_INS4_INS2_22OneOfKeywordsToTParserINSJ_5StyleEEEEEEENS0_14SequenceParserIS5_INS0_18ExactElementParserIS5_EENSA_ISM_EEEEENS0_14RepeatedParserINS4_INS0_15TransformParserINSU_IS5_INS4_INSP_INSJ_10Annotation12RelationshipEEEEESX_EEENS2_UlNS2_3LocES12_ONS_5MaybeISK_EEE19_EEEEELb0EEEEEENSU_INS0_17ExtractParserTypeIT_E9InputTypeEINS0_8MaybeRefIS1F_E4TypeEDpNS1I_IT0_E4TypeEEEEOS1F_DpOS1L_
|
|
|
|
modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::parser::ExtractParserType<modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> > >::InputType, modc::parser::MaybeRef<modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}>::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::parser::OptionalParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > > > >::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> ><modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> > > >::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::parser::SequenceParser<modc::astParser::TokenParserInput<modc::parser::ExactElementParser<modc::astParser::TokenParserInput>, modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> ><modc::ast::Expression> > > >::Type, modc::parser::RepeatedParser<modc::parser:
|
2013-04-03 19:24:12 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_ZNKR1A1hEv
|
|
|
|
A::h() const &
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1lM1AKFvvRE
|
|
|
|
l(void (A::*)() const &)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1mIFvvOEEvM1AT_
|
|
|
|
void m<void () &&>(void (A::*)() &&)
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z1nIM1AKFvvREEvT_
|
|
|
|
void n<void (A::*)() const &>(void (A::*)() const &)
|
2013-10-12 02:31:18 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_ZL1fIiEvv
|
|
|
|
void f<int>()
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c3
|
2013-10-25 15:56:51 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_ZSt7forwardIRN1x14refobjiteratorINS0_3refINS0_4mime30multipart_section_processorObjIZ15get_body_parserIZZN14mime_processor21make_section_iteratorERKNS2_INS3_10sectionObjENS0_10ptrrefBaseEEEbENKUlvE_clEvEUlSB_bE_ZZNS6_21make_section_iteratorESB_bENKSC_clEvEUlSB_E0_ENS1_INS2_INS0_20outputrefiteratorObjIiEES8_EEEERKSsSB_OT_OT0_EUlmE_NS3_32make_multipart_default_discarderISP_EEEES8_EEEEEOT_RNSt16remove_referenceISW_E4typeE
|
2017-09-26 04:38:12 +02:00
|
|
|
x::refobjiterator<x::ref<x::mime::multipart_section_processorObj<get_body_parser<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}>(std::string const&, x::ref<x::mime::sectionObj, x::ptrrefBase> const&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}&&)::{lambda(unsigned long)#1}, x::mime::make_multipart_default_discarder<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&> >, x::ptrrefBase> >& std::forward<x::refobjiterator<x::ref<x::mime::multipart_section_processorObj<get_body_parser<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}>(std::string const&, x::ref<x::mime::sectionObj, x::ptrrefBase> const&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}&&)::{lambda(unsigned long)#1}, x::mime::make_multipart_default_discarder<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&> >, x::ptrrefBase> >&>(std::remove_reference<x::mime::multipart_section_processorObj<get_body_parser<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}>(std::string const&, x::ref<x::mime::sectionObj, x::ptrrefBase> const&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}&&)::{lambda(unsigned long)#1}, x::mime::make_multipart_default_discarder<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&> > >::type&)
|
2013-11-22 23:25:49 +01:00
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZNK7strings8internal8SplitterINS_9delimiter5AnyOfENS_9SkipEmptyEEcvT_ISt6vectorI12basic_stringIcSt11char_traitsIcESaIcEESaISD_EEvEEv
|
|
|
|
strings::internal::Splitter<strings::delimiter::AnyOf, strings::SkipEmpty>::operator std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > ><std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > >, void>() const
|
|
|
|
strings::internal::Splitter<strings::delimiter::AnyOf, strings::SkipEmpty>::operator std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > ><std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > >, void>
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZN1AcvT_I1CEEv
|
|
|
|
A::operator C<C>()
|
|
|
|
A::operator C<C>
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZN1AcvPT_I1CEEv
|
|
|
|
A::operator C*<C>()
|
|
|
|
A::operator C*<C>
|
|
|
|
#
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZN1AcvT_IiEI1CEEv
|
|
|
|
A::operator C<int><C>()
|
|
|
|
A::operator C<int><C>
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c16
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZN3mdr16in_cached_threadIRZNK4cudr6GPUSet17parallel_for_eachIZN5tns3d20shape_representation7compute7GPUImpl7executeERKNS_1AINS_7ptr_refIKjEELl3ELl3ENS_8c_strideILl1ELl0EEEEERKNS8_INS9_IjEELl4ELl1ESD_EEEUliRKNS1_7ContextERNS7_5StateEE_JSt6vectorISO_SaISO_EEEEEvOT_DpRT0_EUlSP_E_JSt17reference_wrapperISO_EEEENS_12ScopedFutureIDTclfp_spcl7forwardISW_Efp0_EEEEESV_DpOSW_
|
2017-09-26 04:38:12 +02:00
|
|
|
mdr::ScopedFuture<decltype ({parm#1}(((forward<cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&>)({parm#2}))...))> mdr::in_cached_thread<cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&, std::reference_wrapper<tns3d::shape_representation::compute::GPUImpl::State> >(cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&, (cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c18
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNSt9_Any_data9_M_accessIPZN13ThreadManager10futureTaskISt5_BindIFSt7_Mem_fnIM6RunnerFvvEEPS5_EEEEvOT_EUlvE_EERSC_v
|
2017-09-26 04:38:12 +02:00
|
|
|
ThreadManager::futureTask<std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)> >(std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)>&&)::{lambda()#1}*& std::_Any_data::_M_access<ThreadManager::futureTask<std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)> >(ThreadManager::futureTask<std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)> >(std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)>&&)::{lambda()#1}*&&)::{lambda()#1}*>()
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c24
|
|
|
|
# aka https://sourceware.org/bugzilla/show_bug.cgi?id=16593
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNSt9_Any_data9_M_accessIPZN3sel8Selector6SetObjI3FooJPKcMS4_FviEEEEvRT_DpT0_EUlvE_EESA_v
|
2017-09-26 04:38:12 +02:00
|
|
|
sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(Foo&, char const*, void (Foo::*)(int))::{lambda()#1}*& std::_Any_data::_M_access<sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(Foo&, char const*, void (Foo::*)(int))::{lambda()#1}*&, char const*, void (Foo::*)(int))::{lambda()#1}*>()
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=16752#c1
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNSt9_Any_data9_M_accessIPZN13ThreadManager7newTaskIRSt5_BindIFSt7_Mem_fnIM5DiaryFivEEPS5_EEIEEESt6futureINSt9result_ofIFT_DpT0_EE4typeEEOSF_DpOSG_EUlvE_EERSF_v
|
2017-09-26 04:38:12 +02:00
|
|
|
ThreadManager::newTask<std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&>(std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&)::{lambda()#1}*& std::_Any_data::_M_access<ThreadManager::newTask<std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&>(ThreadManager::newTask<std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&>(std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&)::{lambda()#1}*&&)::{lambda()#1}*>()
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=16752#c6
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNSt9_Any_data9_M_accessIPZN6cereal18polymorphic_detail15getInputBindingINS1_16JSONInputArchiveEEENS1_6detail15InputBindingMapIT_E11SerializersERS7_jEUlPvRSt10unique_ptrIvNS5_12EmptyDeleterIvEEEE0_EESA_v
|
2017-09-26 04:38:12 +02:00
|
|
|
cereal::polymorphic_detail::getInputBinding<cereal::JSONInputArchive>(cereal::JSONInputArchive&, unsigned int)::{lambda(void*, std::unique_ptr<void, cereal::detail::EmptyDeleter<void> >&)#2}*& std::_Any_data::_M_access<cereal::polymorphic_detail::getInputBinding<cereal::JSONInputArchive>(cereal::polymorphic_detail::getInputBinding<cereal::JSONInputArchive>(cereal::JSONInputArchive&, unsigned int)::{lambda(void*, std::unique_ptr<void, cereal::detail::EmptyDeleter<void> >&)#2}*&, unsigned int)::{lambda(void*, std::unique_ptr<void, cereal::detail::EmptyDeleter<void> >&)#2}*>()
|
2014-05-08 11:13:44 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=16845#c2
|
|
|
|
--format=gnu-v3
|
|
|
|
_ZNSt9_Any_data9_M_accessIPZ4postISt8functionIFvvEEEvOT_EUlvE_EERS5_v
|
2017-09-26 04:38:12 +02:00
|
|
|
post<std::function<void ()> >(std::function<void ()>&&)::{lambda()#1}*& std::_Any_data::_M_access<post<std::function<void ()> >(post<std::function<void ()> >(std::function<void ()>&&)::{lambda()#1}*&&)::{lambda()#1}*>()
|
2014-08-29 21:30:10 +02:00
|
|
|
#
|
|
|
|
--format=auto --no-params
|
|
|
|
_Z3xxxDFyuVb
|
|
|
|
xxx(unsigned long long _Fract, bool volatile)
|
|
|
|
xxx
|
2014-05-14 16:18:49 +02:00
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=16817
|
|
|
|
--format=auto --no-params
|
|
|
|
_QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z
|
|
|
|
_QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z
|
2014-05-22 13:56:45 +02:00
|
|
|
_QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z
|
2014-09-26 21:57:37 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fSsB3fooS_
|
|
|
|
f(std::string[abi:foo], std::string[abi:foo])
|
2015-06-02 04:28:19 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z18IndirectExternCallIPU7stdcallU7regparmILi3EEFviiEiEvT_T0_S3_
|
|
|
|
void IndirectExternCall<void ( regparm<3> stdcall*)(int, int), int>(void ( regparm<3> stdcall*)(int, int), int, void ( regparm<3> stdcall*)(int, int))
|
2015-08-15 15:23:30 +02:00
|
|
|
#
|
|
|
|
# ABI tags used to confuse the constructor name calculation.
|
|
|
|
--format=gnu-v3 --no-params
|
|
|
|
_ZNSt8ios_base7failureB5cxx11C1EPKcRKSt10error_code
|
|
|
|
std::ios_base::failure[abi:cxx11]::failure(char const*, std::error_code const&)
|
|
|
|
std::ios_base::failure[abi:cxx11]::failure
|
Implement N4514, C++ Extensions for Transactional Memory.
gcc/
* builtins.def (BUILT_IN_ABORT): Add transaction_pure attribute.
gcc/c-family/
* c-common.c (c_common_reswords): Add C++ TM TS keywords.
(c_common_attribute_table): Add transaction_safe_dynamic.
transaction_safe now affects type identity.
(handle_tm_attribute): Handle transaction_safe_dynamic.
* c-common.h (enum rid): Add RID_ATOMIC_NOEXCEPT,
RID_ATOMIC_CANCEL, RID_SYNCHRONIZED.
(OBJC_IS_CXX_KEYWORD): Add RID_SYNCHRONIZED.
(D_TRANSMEM): New.
* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_transactional_memory.
* c-pretty-print.c (pp_c_attributes_display): Don't print
transaction_safe in C++.
gcc/c/
* c-parser.c (c_lex_one_token): Handle @synchronized.
* c-decl.c (match_builtin_function_types): A declaration of a built-in
can change whether the function is transaction_safe.
gcc/cp/
* cp-tree.h (struct cp_declarator): Add tx_qualifier field.
(BCS_NORMAL, BCS_TRANSACTION): New enumerators.
* lex.c (init_reswords): Limit TM kewords to -fgnu-tm.
* parser.c (cp_lexer_get_preprocessor_token): Fix @synchronized.
(make_call_declarator): Take tx_qualifier.
(cp_parser_tx_qualifier_opt): New.
(cp_parser_lambda_declarator_opt): Use it.
(cp_parser_direct_declarator): Likewise.
(cp_parser_statement): Handle atomic_noexcept, atomic_cancel.
(cp_parser_compound_statement): Change in_try parameter to bcs_flags.
(cp_parser_std_attribute): Map optimize_for_synchronized to
transaction_callable.
(cp_parser_transaction): Take the token. Handle atomic_noexcept.
* lambda.c (maybe_add_lambda_conv_op): Handle transaction-safety.
* call.c (enum conversion_kind): Add ck_tsafe.
(standard_conversion): Handle transaction-safety conversion.
(convert_like_real, resolve_address_of_overloaded_function): Likewise.
(check_methods): Diagnose transaction_safe_dynamic on non-virtual
function.
(look_for_tm_attr_overrides): Don't inherit transaction_safe_dynamic.
* cvt.c (tx_safe_fn_type_p, tx_unsafe_fn_variant)
(can_convert_tx_safety): New.
* typeck.c (composite_pointer_type): Handle transaction-safety.
* name-lookup.h (enum scope_kind): Add sk_transaction.
* name-lookup.c (begin_scope): Handle it.
* semantics.c (begin_compound_stmt): Pass it.
* decl.c (check_previous_goto_1): Check it.
(struct named_label_entry): Add in_transaction_scope.
(poplevel_named_label_1): Set it.
(check_goto): Check it.
(duplicate_decls): A specialization can be transaction_safe
independently of its template.
(grokdeclarator): Handle tx-qualifier.
* rtti.c (ptr_initializer): Handle transaction-safe.
* search.c (check_final_overrider): Check transaction_safe_dynamic.
Don't check transaction_safe.
* mangle.c (write_function_type): Mangle transaction_safe here.
(write_CV_qualifiers_for_type): Not here.
(write_type): Preserve transaction_safe when stripping attributes.
* error.c (dump_type_suffix): Print transaction_safe.
libiberty/
* cp-demangle.c (d_cv_qualifiers): Dx means transaction_safe.
(cplus_demangle_type): Let d_cv_qualifiers handle it.
(d_dump, d_make_comp, has_return_type, d_encoding)
(d_count_templates_scopes, d_print_comp_inner)
(d_print_mod_list, d_print_mod, d_print_function_type)
(is_ctor_or_dtor): Handle DEMANGLE_COMPONENT_TRANSACTION_SAFE.
From-SVN: r228462
2015-10-04 21:17:19 +02:00
|
|
|
--format=gnu-v3
|
|
|
|
_Z1fPDxFvvES0_
|
|
|
|
f(void (*)() transaction_safe, void (*)() transaction_safe)
|
PR other/61321 - demangler crash on casts in template parameters
The fix for bug 59195:
[C++ demangler handles conversion operator incorrectly]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59195
unfortunately makes the demangler crash due to infinite recursion, in
case of casts in template parameters.
For example, with:
template<int> struct A {};
template <typename Y> void function_temp(A<sizeof ((Y)(999))>) {}
template void function_temp<int>(A<sizeof (int)>);
The 'function_temp<int>' instantiation above mangles to:
_Z13function_tempIiEv1AIXszcvT_Li999EEE
The demangler parses this as:
typed name
template
name 'function_temp'
template argument list
builtin type int
function type
builtin type void
argument list
template (*)
name 'A'
template argument list
unary operator
operator sizeof
unary operator
cast
template parameter 0 (**)
literal
builtin type int
name '999'
And after the fix for 59195, due to:
static void
d_print_cast (struct d_print_info *dpi, int options,
const struct demangle_component *dc)
{
...
/* For a cast operator, we need the template parameters from
the enclosing template in scope for processing the type. */
if (dpi->current_template != NULL)
{
dpt.next = dpi->templates;
dpi->templates = &dpt;
dpt.template_decl = dpi->current_template;
}
when printing the template argument list of A (what should be "<sizeof
(int)>"), the template parameter 0 (that is, "T_", the '**' above) now
refers to the first parameter of the the template argument list of the
'A' template (the '*' above), exactly what we were already trying to
print. This leads to infinite recursion, and stack exaustion. The
template parameter 0 should actually refer to the first parameter of
the 'function_temp' template.
Where it reads "for the cast operator" in the comment in d_print_cast
(above), it's really talking about a conversion operator, like:
struct A { template <typename U> explicit operator U(); };
We don't want to inject the template parameters from the enclosing
template in scope when processing a cast _expression_, only when
handling a conversion operator.
The problem is that DEMANGLE_COMPONENT_CAST is currently ambiguous,
and means _both_ 'conversion operator' and 'cast expression'.
Fix this by adding a new DEMANGLE_COMPONENT_CONVERSION component type,
which does what DEMANGLE_COMPONENT_CAST does today, and making
DEMANGLE_COMPONENT_CAST just simply print its component subtree.
I think we could instead reuse DEMANGLE_COMPONENT_CAST and in
d_print_comp_inner still do:
@@ -5001,9 +5013,9 @@ d_print_comp_inner (struct d_print_info *dpi, int options,
d_print_comp (dpi, options, dc->u.s_extended_operator.name);
return;
case DEMANGLE_COMPONENT_CAST:
d_append_string (dpi, "operator ");
- d_print_cast (dpi, options, dc);
+ d_print_conversion (dpi, options, dc);
return;
leaving the unary cast case below calling d_print_cast, but seems to
me that spliting the component types makes it easier to reason about
the code.
g++'s testsuite actually generates three symbols that crash the
demangler in the same way. I've added those as tests in the demangler
testsuite as well.
And then this fixes PR other/61233 too, which happens to be a
demangler crash originally reported to GDB, at:
https://sourceware.org/bugzilla/show_bug.cgi?id=16957
Bootstrapped and regtested on x86_64 Fedora 20.
Also ran this through GDB's testsuite. GDB will require a small
update to use DEMANGLE_COMPONENT_CONVERSION in one place it's using
DEMANGLE_COMPONENT_CAST in its sources.
libiberty/
2015-11-27 Pedro Alves <palves@redhat.com>
PR other/61321
PR other/61233
* demangle.h (enum demangle_component_type)
<DEMANGLE_COMPONENT_CONVERSION>: New value.
* cp-demangle.c (d_demangle_callback, d_make_comp): Handle
DEMANGLE_COMPONENT_CONVERSION.
(is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION
instead of DEMANGLE_COMPONENT_CAST.
(d_operator_name): Return a DEMANGLE_COMPONENT_CONVERSION
component if handling a conversion.
(d_count_templates_scopes, d_print_comp_inner): Handle
DEMANGLE_COMPONENT_CONVERSION.
(d_print_comp_inner): Handle DEMANGLE_COMPONENT_CONVERSION instead
of DEMANGLE_COMPONENT_CAST.
(d_print_cast): Rename as ...
(d_print_conversion): ... this. Adjust comments.
(d_print_cast): Rewrite - simply print the left subcomponent.
* cp-demint.c (cplus_demangle_fill_component): Handle
DEMANGLE_COMPONENT_CONVERSION.
* testsuite/demangle-expected: Add tests.
From-SVN: r231020
2015-11-27 15:48:21 +01:00
|
|
|
#
|
|
|
|
# These two are from gcc PR61321, and gcc PR61233 / gdb PR16957
|
|
|
|
#
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z13function_tempIiEv1AIXszcvT_Li999EEE
|
|
|
|
void function_temp<int>(A<sizeof ((int)(999))>)
|
|
|
|
#
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z7ZipWithI7QStringS0_5QListZN4oral6detail16AdaptCreateTableI7AccountEES0_RKNS3_16CachedFieldsDataEEUlRKS0_SA_E_ET1_IDTclfp1_cvT__EcvT0__EEEERKT1_ISC_ERKT1_ISD_ET2_
|
2017-09-26 04:38:12 +02:00
|
|
|
QList<decltype ({parm#3}((QString)(), (QString)()))> ZipWith<QString, QString, QList, oral::detail::AdaptCreateTable<Account>(oral::detail::CachedFieldsData const&)::{lambda(QString const&, QString const&)#1}>(QList<oral::detail::AdaptCreateTable<Account>(oral::detail::CachedFieldsData const&)::{lambda(QString const&, QString const&)#1}> const&, QList<QList> const&, oral::detail::AdaptCreateTable<Account>(oral::detail::CachedFieldsData const&)::{lambda(QString const&, QString const&)#1})
|
PR other/61321 - demangler crash on casts in template parameters
The fix for bug 59195:
[C++ demangler handles conversion operator incorrectly]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59195
unfortunately makes the demangler crash due to infinite recursion, in
case of casts in template parameters.
For example, with:
template<int> struct A {};
template <typename Y> void function_temp(A<sizeof ((Y)(999))>) {}
template void function_temp<int>(A<sizeof (int)>);
The 'function_temp<int>' instantiation above mangles to:
_Z13function_tempIiEv1AIXszcvT_Li999EEE
The demangler parses this as:
typed name
template
name 'function_temp'
template argument list
builtin type int
function type
builtin type void
argument list
template (*)
name 'A'
template argument list
unary operator
operator sizeof
unary operator
cast
template parameter 0 (**)
literal
builtin type int
name '999'
And after the fix for 59195, due to:
static void
d_print_cast (struct d_print_info *dpi, int options,
const struct demangle_component *dc)
{
...
/* For a cast operator, we need the template parameters from
the enclosing template in scope for processing the type. */
if (dpi->current_template != NULL)
{
dpt.next = dpi->templates;
dpi->templates = &dpt;
dpt.template_decl = dpi->current_template;
}
when printing the template argument list of A (what should be "<sizeof
(int)>"), the template parameter 0 (that is, "T_", the '**' above) now
refers to the first parameter of the the template argument list of the
'A' template (the '*' above), exactly what we were already trying to
print. This leads to infinite recursion, and stack exaustion. The
template parameter 0 should actually refer to the first parameter of
the 'function_temp' template.
Where it reads "for the cast operator" in the comment in d_print_cast
(above), it's really talking about a conversion operator, like:
struct A { template <typename U> explicit operator U(); };
We don't want to inject the template parameters from the enclosing
template in scope when processing a cast _expression_, only when
handling a conversion operator.
The problem is that DEMANGLE_COMPONENT_CAST is currently ambiguous,
and means _both_ 'conversion operator' and 'cast expression'.
Fix this by adding a new DEMANGLE_COMPONENT_CONVERSION component type,
which does what DEMANGLE_COMPONENT_CAST does today, and making
DEMANGLE_COMPONENT_CAST just simply print its component subtree.
I think we could instead reuse DEMANGLE_COMPONENT_CAST and in
d_print_comp_inner still do:
@@ -5001,9 +5013,9 @@ d_print_comp_inner (struct d_print_info *dpi, int options,
d_print_comp (dpi, options, dc->u.s_extended_operator.name);
return;
case DEMANGLE_COMPONENT_CAST:
d_append_string (dpi, "operator ");
- d_print_cast (dpi, options, dc);
+ d_print_conversion (dpi, options, dc);
return;
leaving the unary cast case below calling d_print_cast, but seems to
me that spliting the component types makes it easier to reason about
the code.
g++'s testsuite actually generates three symbols that crash the
demangler in the same way. I've added those as tests in the demangler
testsuite as well.
And then this fixes PR other/61233 too, which happens to be a
demangler crash originally reported to GDB, at:
https://sourceware.org/bugzilla/show_bug.cgi?id=16957
Bootstrapped and regtested on x86_64 Fedora 20.
Also ran this through GDB's testsuite. GDB will require a small
update to use DEMANGLE_COMPONENT_CONVERSION in one place it's using
DEMANGLE_COMPONENT_CAST in its sources.
libiberty/
2015-11-27 Pedro Alves <palves@redhat.com>
PR other/61321
PR other/61233
* demangle.h (enum demangle_component_type)
<DEMANGLE_COMPONENT_CONVERSION>: New value.
* cp-demangle.c (d_demangle_callback, d_make_comp): Handle
DEMANGLE_COMPONENT_CONVERSION.
(is_ctor_dtor_or_conversion): Handle DEMANGLE_COMPONENT_CONVERSION
instead of DEMANGLE_COMPONENT_CAST.
(d_operator_name): Return a DEMANGLE_COMPONENT_CONVERSION
component if handling a conversion.
(d_count_templates_scopes, d_print_comp_inner): Handle
DEMANGLE_COMPONENT_CONVERSION.
(d_print_comp_inner): Handle DEMANGLE_COMPONENT_CONVERSION instead
of DEMANGLE_COMPONENT_CAST.
(d_print_cast): Rename as ...
(d_print_conversion): ... this. Adjust comments.
(d_print_cast): Rewrite - simply print the left subcomponent.
* cp-demint.c (cplus_demangle_fill_component): Handle
DEMANGLE_COMPONENT_CONVERSION.
* testsuite/demangle-expected: Add tests.
From-SVN: r231020
2015-11-27 15:48:21 +01:00
|
|
|
#
|
|
|
|
# These three are symbols generated by g++'s testsuite, which triggered the same bug as above.
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z14int_if_addableI1YERiP1AIXszpldecvPT_Li0EdecvS4_Li0EEE
|
|
|
|
int& int_if_addable<Y>(A<sizeof ((*((Y*)(0)))+(*((Y*)(0))))>*)
|
|
|
|
#
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z3bazIiEvP1AIXszcl3foocvT__ELCf00000000_00000000EEEE
|
|
|
|
void baz<int>(A<sizeof (foo((int)(), (floatcomplex )00000000_00000000))>*)
|
|
|
|
#
|
|
|
|
--format=gnu-v3
|
|
|
|
_Z3fooI1FEN1XIXszdtcl1PclcvT__EEE5arrayEE4TypeEv
|
|
|
|
X<sizeof ((P(((F)())())).array)>::Type foo<F>()
|
2016-07-15 20:38:15 +02:00
|
|
|
|
|
|
|
_Z1fIJidEEv1AIXsZT_EE
|
|
|
|
void f<int, double>(A<2>)
|
|
|
|
|
|
|
|
_ZN1A1fIJiiEiJiiiEEEvRAsPDpT_T0_DpT1_E_iS3_S5_
|
|
|
|
void A::f<int, int, int, int, int, int>(int (&) [6], int, int, int, int)
|
2016-07-18 17:28:51 +02:00
|
|
|
|
|
|
|
_Z10unary_leftIJLi1ELi2ELi3EEEv1AIXflplT_EE
|
|
|
|
void unary_left<1, 2, 3>(A<(...+(1, 2, 3))>)
|
|
|
|
|
|
|
|
_Z11unary_rightIJLi1ELi2ELi3EEEv1AIXfrplT_EE
|
|
|
|
void unary_right<1, 2, 3>(A<((1, 2, 3)+...)>)
|
|
|
|
|
|
|
|
_Z11binary_leftIJLi1ELi2ELi3EEEv1AIXfLplLi42ET_EE
|
|
|
|
void binary_left<1, 2, 3>(A<((42)+...+(1, 2, 3))>)
|
|
|
|
|
|
|
|
_Z12binary_rightIJLi1ELi2ELi3EEEv1AIXfRplT_Li42EEE
|
|
|
|
void binary_right<1, 2, 3>(A<((1, 2, 3)+...+(42))>)
|
2016-11-02 02:50:29 +01:00
|
|
|
# Inheriting constructor
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
|
2016-11-02 02:50:29 +01:00
|
|
|
_ZN1DCI11BEi
|
|
|
|
D::B(int)
|
Implement P0012R1, Make exception specifications part of the type system.
gcc/cp/
* cp-tree.h (enum tsubst_flags): Add tf_fndecl_type.
(flag_noexcept_type, ce_type): New.
* call.c (build_conv): Add ck_fnptr.
(enum conversion_kind): Change ck_tsafe to ck_fnptr.
(convert_like_real): Likewise.
(standard_conversion): Likewise. Allow function pointer
conversions for pointers to member functions.
(reference_compatible_p): Allow function pointer conversions.
(direct_reference_binding): Likewise.
(reference_binding): Reference-compatible is no longer a subset of
reference-related.
(is_subseq): Also strip ck_lvalue after next_conversion.
* class.c (instantiate_type): Check fnptr_conv_p.
(resolve_address_of_overloaded_function): Likewise.
* cvt.c (can_convert_tx_safety): Now static.
(noexcept_conv_p, fnptr_conv_p, strip_fnptr_conv): New.
* decl.c (flag_noexcept_type): Define.
(cxx_init_decl_processing): Set it.
(bad_specifiers): Check it.
(grokdeclarator) [cdk_function]: Add exception-spec to type here.
* lambda.c (maybe_add_lambda_conv_op): Add exception-spec to
returned pointer.
* mangle.c (struct globals): Add need_cxx1z_warning.
(mangle_decl): Check it.
(write_exception_spec): New.
(write_function_type): Call it.
(canonicalize_for_substitution): Handle exception spec.
(write_type): Likewise.
(write_encoding): Set processing_template_decl across mangling of
partially-instantiated type.
* pt.c (determine_specialization): Pass tf_fndecl_type.
(tsubst_decl, fn_type_unification): Likewise.
(tsubst): Strip tf_fndecl_type, pass it to
tsubst_exception_specification.
(convert_nontype_argument_function): Handle function pointer
conversion.
(convert_nontype_argument): Likewise.
(unify, for_each_template_parm_r): Walk into noexcept-specifier.
* rtti.c (ptr_initializer): Encode noexcept.
* tree.c (canonical_eh_spec): New.
(build_exception_variant): Use it.
* typeck.c (composite_pointer_type): Handle fnptr conversion.
(comp_except_specs): Compare canonical EH specs.
(structural_comptypes): Call it.
gcc/c-family/
* c.opt (Wc++1z-compat): New.
* c-cppbuiltin.c (c_cpp_builtins): Add __cpp_noexcept_function_type.
libstdc++-v3/
* include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM)
(_GLIBCXX_NOEXCEPT_QUAL): New.
* include/std/type_traits (is_function): Use them.
* libsubc++/new (launder): Likewise.
* libsupc++/cxxabi.h (__pbase_type_info::__masks): Add
__noexcept_mask.
* libsupc++/pbase_type_info.cc (__do_catch): Handle function
pointer conversion.
libiberty/
* cp-demangle.c (is_fnqual_component_type): New.
(d_encoding, d_print_comp_inner, d_print_mod_list): Use it.
(FNQUAL_COMPONENT_CASE): New.
(d_make_comp, has_return_type, d_print_comp_inner)
(d_print_function_type): Use it.
(next_is_type_qual): New.
(d_cv_qualifiers, d_print_mod): Handle noexcept and throw-spec.
include/
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
From-SVN: r241944
2016-11-08 00:09:29 +01:00
|
|
|
# exception-specification (C++17)
|
Remove support for demangling GCC 2.x era mangling schemes.
libiberty/
* cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
internal_cplus_demangle, and all subroutines.
(libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
Lucid, ARM, HP, and EDG demangling styles.
(cplus_demangle): Remove 'work' variable. Don't call
internal_cplus_demangle.
include/
* demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
ARM, HP, and EDG demangling styles.
From-SVN: r267363
2018-12-23 01:06:34 +01:00
|
|
|
|
Implement P0012R1, Make exception specifications part of the type system.
gcc/cp/
* cp-tree.h (enum tsubst_flags): Add tf_fndecl_type.
(flag_noexcept_type, ce_type): New.
* call.c (build_conv): Add ck_fnptr.
(enum conversion_kind): Change ck_tsafe to ck_fnptr.
(convert_like_real): Likewise.
(standard_conversion): Likewise. Allow function pointer
conversions for pointers to member functions.
(reference_compatible_p): Allow function pointer conversions.
(direct_reference_binding): Likewise.
(reference_binding): Reference-compatible is no longer a subset of
reference-related.
(is_subseq): Also strip ck_lvalue after next_conversion.
* class.c (instantiate_type): Check fnptr_conv_p.
(resolve_address_of_overloaded_function): Likewise.
* cvt.c (can_convert_tx_safety): Now static.
(noexcept_conv_p, fnptr_conv_p, strip_fnptr_conv): New.
* decl.c (flag_noexcept_type): Define.
(cxx_init_decl_processing): Set it.
(bad_specifiers): Check it.
(grokdeclarator) [cdk_function]: Add exception-spec to type here.
* lambda.c (maybe_add_lambda_conv_op): Add exception-spec to
returned pointer.
* mangle.c (struct globals): Add need_cxx1z_warning.
(mangle_decl): Check it.
(write_exception_spec): New.
(write_function_type): Call it.
(canonicalize_for_substitution): Handle exception spec.
(write_type): Likewise.
(write_encoding): Set processing_template_decl across mangling of
partially-instantiated type.
* pt.c (determine_specialization): Pass tf_fndecl_type.
(tsubst_decl, fn_type_unification): Likewise.
(tsubst): Strip tf_fndecl_type, pass it to
tsubst_exception_specification.
(convert_nontype_argument_function): Handle function pointer
conversion.
(convert_nontype_argument): Likewise.
(unify, for_each_template_parm_r): Walk into noexcept-specifier.
* rtti.c (ptr_initializer): Encode noexcept.
* tree.c (canonical_eh_spec): New.
(build_exception_variant): Use it.
* typeck.c (composite_pointer_type): Handle fnptr conversion.
(comp_except_specs): Compare canonical EH specs.
(structural_comptypes): Call it.
gcc/c-family/
* c.opt (Wc++1z-compat): New.
* c-cppbuiltin.c (c_cpp_builtins): Add __cpp_noexcept_function_type.
libstdc++-v3/
* include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM)
(_GLIBCXX_NOEXCEPT_QUAL): New.
* include/std/type_traits (is_function): Use them.
* libsubc++/new (launder): Likewise.
* libsupc++/cxxabi.h (__pbase_type_info::__masks): Add
__noexcept_mask.
* libsupc++/pbase_type_info.cc (__do_catch): Handle function
pointer conversion.
libiberty/
* cp-demangle.c (is_fnqual_component_type): New.
(d_encoding, d_print_comp_inner, d_print_mod_list): Use it.
(FNQUAL_COMPONENT_CASE): New.
(d_make_comp, has_return_type, d_print_comp_inner)
(d_print_function_type): Use it.
(next_is_type_qual): New.
(d_cv_qualifiers, d_print_mod): Handle noexcept and throw-spec.
include/
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
From-SVN: r241944
2016-11-08 00:09:29 +01:00
|
|
|
_Z1fIvJiELb0EEvPDOT1_EFT_DpT0_E
|
|
|
|
void f<void, int, false>(void (*)(int) noexcept(false))
|
|
|
|
|
|
|
|
_Z1fIvJiELb0EEvPDoFT_DpT0_E
|
|
|
|
void f<void, int, false>(void (*)(int) noexcept)
|
|
|
|
|
|
|
|
_Z1fIvJiELb0EEvPDwiEFT_DpT0_E
|
|
|
|
void f<void, int, false>(void (*)(int) throw(int))
|
2016-11-15 20:31:50 +01:00
|
|
|
|
2016-11-15 20:31:59 +01:00
|
|
|
# fold-expression with missing third component could crash.
|
|
|
|
_Z12binary_rightIJLi1ELi2ELi3EEEv1AIXfRplT_LiEEE
|
|
|
|
_Z12binary_rightIJLi1ELi2ELi3EEEv1AIXfRplT_LiEEE
|
|
|
|
|
|
|
|
# ?: expression with missing third component could crash.
|
|
|
|
AquT_quT_4mxautouT_4mxxx
|
|
|
|
AquT_quT_4mxautouT_4mxxx
|
2016-12-12 18:00:37 +01:00
|
|
|
|
|
|
|
# pr c++/78252 generic lambda mangling uses template parms, and leads
|
|
|
|
# to unbounded recursion if not dealt with properly
|
|
|
|
_Z7forwardIRZ3FoovEUlRT_E_EOS0_S1_
|
|
|
|
Foo()::{lambda(auto:1&)#1}& forward<Foo()::{lambda(auto:1&)#1}&>(Foo()::{lambda(auto:1&)#1}&)
|
|
|
|
|
|
|
|
_Z7forwardIZ3FoovEUlRiRT_E_EOS1_S2_
|
|
|
|
Foo()::{lambda(int&, auto:1&)#1}&& forward<Foo()::{lambda(int&, auto:1&)#1}>(Foo()::{lambda(int&, auto:1&)#1}&)
|
|
|
|
|
|
|
|
_Z7forwardIZ3FoovEUlRT_R1XIiEE0_EOS0_S1_
|
|
|
|
Foo()::{lambda(auto:1&, X<int>&)#2}&& forward<Foo()::{lambda(auto:1&, X<int>&)#2}>(Foo()::{lambda(auto:1&, X<int>&)#2}&)
|
|
|
|
|
|
|
|
_Z7forwardIZ3FoovEUlPA5_T_E1_EOS0_RS0_
|
|
|
|
Foo()::{lambda(auto:1 (*&&forward<Foo()::{lambda(auto:1 (*) [5])#3}>(auto:1&)) [5])#3}
|
|
|
|
|
|
|
|
_Z3eatIZ3FoovEUlRiRT_E_EvS2_
|
|
|
|
void eat<Foo()::{lambda(int&, auto:1&)#1}>(Foo()::{lambda(int&, auto:1&)#1}&)
|
|
|
|
|
|
|
|
_Z3eatIZ3FoovEUlRT_R1XIiEE0_EvS1_
|
|
|
|
void eat<Foo()::{lambda(auto:1&, X<int>&)#2}>(Foo()::{lambda(auto:1&, X<int>&)#2}&)
|
|
|
|
|
|
|
|
_Z3eatIZ3FoovEUlPA5_T_E1_EvRS0_
|
|
|
|
void eat<Foo()::{lambda(auto:1 (*) [5])#3}>(Foo()::{lambda(auto:1 (*&) [5])#3})
|
|
|
|
|
|
|
|
_Z3eatIPiZ3FoovEUlPT_PT0_E4_EvRS1_RS3_
|
|
|
|
void eat<int*, Foo()::{lambda(auto:1*, auto:2*)#6}>(int*&, Foo()::{lambda(auto:1*, auto:2*)#6}&)
|
|
|
|
|
|
|
|
_Z3eatIPiZ3BarIsEvvEUlPsPT_PT0_E0_EvRS3_RS5_
|
2017-09-26 04:38:12 +02:00
|
|
|
void eat<int*, Bar<short>()::{lambda(short*, auto:1*, auto:2*)#2}>(int*&, Bar<short>()::{lambda(short*, auto:1*, auto:2*)#2}&)
|
2017-01-18 09:40:05 +01:00
|
|
|
|
2018-11-05 08:47:02 +01:00
|
|
|
_Z1fP1BIXtl1ALi1EEEE
|
|
|
|
f(B<A{1}>*)
|
|
|
|
|
|
|
|
_ZTAXtl1ALi1EEE
|
|
|
|
template parameter object for A{1}
|
|
|
|
|
2017-01-18 09:40:05 +01:00
|
|
|
# PR 77489
|
|
|
|
_ZZ3foovE8localVar_9
|
|
|
|
foo()::localVar
|
|
|
|
|
|
|
|
_ZZ3foovE8localVar_10
|
|
|
|
foo()::localVar
|
|
|
|
|
|
|
|
_ZZ3foovE8localVar__10_
|
|
|
|
foo()::localVar
|
|
|
|
|
|
|
|
_ZZ3foovE8localVar__9_
|
|
|
|
_ZZ3foovE8localVar__9_
|
|
|
|
|
|
|
|
_ZZ3foovE8localVar__12
|
|
|
|
_ZZ3foovE8localVar__12
|
2017-01-18 09:49:11 +01:00
|
|
|
|
|
|
|
# PR 70182
|
|
|
|
_Z1gI1AEv1SIXadsrT_onplEE
|
|
|
|
void g<A>(S<&A::operator+>)
|
|
|
|
|
|
|
|
_Z1gI1AEv1SIXadsrT_plEE
|
|
|
|
void g<A>(S<&A::operator+>)
|
2017-03-08 15:28:38 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Test recursion PR67264
|
|
|
|
_Z1KIStcvT_E
|
|
|
|
_Z1KIStcvT_E
|
|
|
|
|
|
|
|
_ZcvT_IIS0_EE
|
|
|
|
_ZcvT_IIS0_EE
|
|
|
|
|
|
|
|
_ZcvT_IZcvT_E1fE
|
|
|
|
_ZcvT_IZcvT_E1fE
|
|
|
|
|
|
|
|
_Z1gINcvT_EE
|
|
|
|
_Z1gINcvT_EE
|
|
|
|
|
|
|
|
_ZcvT_ILZcvDTT_EEE
|
|
|
|
_ZcvT_ILZcvDTT_EEE
|
|
|
|
|
|
|
|
_Z1gIJOOT_EEOT_c
|
|
|
|
_Z1gIJOOT_EEOT_c
|
|
|
|
|
|
|
|
_Z1KMMMMMMMMMMMMMMMA_xooooooooooooooo
|
|
|
|
_Z1KMMMMMMMMMMMMMMMA_xooooooooooooooo
|
|
|
|
|
|
|
|
_ZdvMMMMMMMMMMMMMrrrrA_DTdvfp_fp_Eededilfdfdfdfd
|
|
|
|
_ZdvMMMMMMMMMMMMMrrrrA_DTdvfp_fp_Eededilfdfdfdfd
|
|
|
|
#
|
|
|
|
# Test for Infinite Recursion PR70909
|
|
|
|
|
|
|
|
_Z1MA_aMMMMA_MMA_MMMMMMMMSt1MS_o11T0000000000t2M0oooozoooo
|
|
|
|
_Z1MA_aMMMMA_MMA_MMMMMMMMSt1MS_o11T0000000000t2M0oooozoooo
|
2017-04-27 11:44:28 +02:00
|
|
|
#
|
|
|
|
# demangler/80513 Test for overflow in d_number
|
2017-09-15 12:50:05 +02:00
|
|
|
|
2017-04-27 11:44:28 +02:00
|
|
|
_Z4294967297x
|
|
|
|
_Z4294967297x
|
|
|
|
#
|
2017-09-15 14:23:57 +02:00
|
|
|
# demangler/82195 members of lambdas
|
|
|
|
--no-params
|
|
|
|
_ZZZ3FoovENKUlT_E_clIiEEfS_EN5Local2fnEv
|
2017-09-26 04:38:12 +02:00
|
|
|
Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::Local::fn()
|
|
|
|
Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::Local::fn
|
2017-09-15 14:23:57 +02:00
|
|
|
--no-params
|
|
|
|
_Z7CaptureIZZ3FoovENKUlT_E_clIiEEvS0_EUlvE_EvOS0_
|
2017-09-26 04:38:12 +02:00
|
|
|
void Capture<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>(Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}&&)
|
|
|
|
Capture<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>
|
2017-09-15 14:23:57 +02:00
|
|
|
--no-params
|
|
|
|
_Z4FrobIZZ3FoovENKUlT_E_clIiEEvS0_EUlvE_Evv
|
2017-09-26 04:38:12 +02:00
|
|
|
void Frob<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>()
|
|
|
|
Frob<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>
|
2017-09-21 17:52:31 +02:00
|
|
|
# A lambda {local-class::member-fn}
|
|
|
|
--no-params
|
|
|
|
_ZZ3FoovENKUlT_E_clIiEEfS_
|
|
|
|
float Foo()::{lambda(auto:1)#1}::operator()<int>(int) const
|
|
|
|
Foo()::{lambda(auto:1)#1}::operator()<int>
|
2017-09-26 04:38:12 +02:00
|
|
|
# template-fn {local-class::member-fn}
|
|
|
|
--no-params
|
|
|
|
_ZZ3FooIiEfvEN1X2fnEv
|
|
|
|
Foo<int>()::X::fn()
|
|
|
|
Foo<int>()::X::fn
|
|
|
|
# template-fn generic-lambda local-class::member-fn
|
|
|
|
--no-params
|
|
|
|
_ZZZ3FooIiEfvENKUlT_E_clIcEEDaS0_EN1X2fnEv
|
|
|
|
Foo<int>()::{lambda(auto:1)#1}::operator()<char>(char) const::X::fn()
|
|
|
|
Foo<int>()::{lambda(auto:1)#1}::operator()<char>(char) const::X::fn
|