* except.c (expand_throw): Make sure first argument to
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 1998 13:02:24 +0000 (13:02 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 1998 13:02:24 +0000 (13:02 +0000)
commit1859d8ec16fcbddf72639fcbe2130d6c2b9d6318
tree1e272f79b98bb912af9ba20e66858052ae62f970
parente118bdb5006a6bb680106bd295fb611ae4a85384
* except.c (expand_throw): Make sure first argument to
__cp_push_exception is of type `void*' to avoid spurious error
messages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23639 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.old-deja/g++.eh/throw1.C [new file with mode: 0644]