decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
authorJason Merrill <jason@gcc.gnu.org>
Fri, 17 Apr 1998 15:29:46 +0000 (11:29 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 17 Apr 1998 15:29:46 +0000 (11:29 -0400)
commit9577319f92093cc58c718a8cbf806e3ee505e52e
treec3ff8d9a4748a33553f5b392148ee77867404117
parent77e6b0eb6094880a5989fbd87a09fc772f73f575
decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.

* decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
* typeck.c (comp_target_types): Tweak pedantic case.
(comp_target_parms): Tweak pedantic case.  Clean up somewhat.
Return -1 or 1 instead of 1 or 2.
(compparms): Remove STRICT handling.
* typeck.c (comp_target_types): Handle references like pointers.
(comp_target_parms): Note that return code from comp_target_types
can be negative to indicate failure.

From-SVN: r19268
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/typeck.c