re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612)
authorMark Mitchell <mark@codesourcery.com>
Thu, 20 Feb 2003 19:31:38 +0000 (19:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 20 Feb 2003 19:31:38 +0000 (19:31 +0000)
commit63a3cd3ec3b7c5862b0be1512fca62f6158c4df2
treeae32997dc237be62535411dc0f87af9ba650134f
parenta62bfff255032cd0f08b91f2a40f22dccb39e88c
re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612)

PR c++/9729
* g++.dg/abi/conv1.C: New test.

PR c++/9729
* mangle.c (mangle_conv_op_name_for_type): Issue an error message
when the G++ 3.2 ABI prevents correct compilation.

From-SVN: r63176
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/conv1.C [new file with mode: 0644]