OSDN Git Service

* call.c (implicit_conversion): Robustify. Handle OFFSET_REFs.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Sep 1999 00:35:00 +0000 (00:35 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Sep 1999 00:35:00 +0000 (00:35 +0000)
commit5b592939d9252a01123b7d7e35501317468fa089
tree02c8222c4007f0db7778c4e35531928c28745894
parentc32ef61f7580fc256584568c92d283d7a4043af2
* call.c (implicit_conversion): Robustify.  Handle OFFSET_REFs.
* cvt.c (ocp_convert): Complete the from and destination types.
Adjust warning about functions always being `true' in conditionals.
* decl.c (duplicate_decls): Don't play funny games with abort.
* error.c (dump_expr): Handle OVERLOADs.
* spew.c (probe_obstack): Remove.
* typeck.c (condition_conversion): Use perform_implicit_conversion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29366 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/spew.c
gcc/cp/typeck.c
gcc/testsuite/g++.old-deja/g++.mike/warn8.C
gcc/testsuite/g++.old-deja/g++.pt/cond3.C [new file with mode: 0644]