]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Mangling of dependent conversions [PR91377]
authorJason Merrill <jason@redhat.com>
Sat, 4 Apr 2020 15:45:41 +0000 (11:45 -0400)
committerJason Merrill <jason@redhat.com>
Sat, 4 Apr 2020 15:47:11 +0000 (11:47 -0400)
commitab525ec30f0a80e7a4b5e4d00010d83145b87e8c
tree4ac7da93ff484da38ce436fc836b9bcffe70d71d
parent5ed8c71b53a5ac93c68179770cb047227b587bcb
c++: Mangling of dependent conversions [PR91377]

We skip over other conversion codes when mangling expressions, we should do
the same with IMPLICIT_CONV_EXPR.

gcc/cp/ChangeLog
2020-04-04  Jason Merrill  <jason@redhat.com>

PR c++/91377
* mangle.c (write_expression): Skip IMPLICIT_CONV_EXPR.
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/g++.dg/abi/mangle75.C [new file with mode: 0644]