except.c (expand_throw): Make sure first argument to __cp_push_exception is of type...
authorMark Mitchell <mark@markmitchell.com>
Fri, 13 Nov 1998 13:02:24 +0000 (13:02 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 13 Nov 1998 13:02:24 +0000 (13:02 +0000)
commitbbeeb2b0201c839ffc6c66f0f472b88964387e63
tree1e272f79b98bb912af9ba20e66858052ae62f970
parent93d9a2ebd84052bf2afe42289696023d63676b3b
except.c (expand_throw): Make sure first argument to __cp_push_exception is of type `void*' to avoid...

* except.c (expand_throw): Make sure first argument to
__cp_push_exception is of type `void*' to avoid spurious error
messages.

From-SVN: r23639
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.old-deja/g++.eh/throw1.C [new file with mode: 0644]