]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/except.c
init.c (resolve_offset_ref): Handle default-initialization.
authorJason Merrill <jason@gcc.gnu.org>
Wed, 10 Jun 1998 03:13:19 +0000 (23:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 10 Jun 1998 03:13:19 +0000 (23:13 -0400)
commit0202018521e5aaf55b500210ddd4b603c67477ab
treefd4cb18ef47acf65e1a8266f89e6044dcb05772e
parent0365438d33268e5541586feb37fd1e490e1a874c
init.c (resolve_offset_ref): Handle default-initialization.

* init.c (resolve_offset_ref): Handle default-initialization.
* except.c (build_throw): Handle throwing NULL.
* typeck.c (build_x_function_call): Use resolve_offset_ref.
* search.c (compute_access): Only strip an anonymous union
for a FIELD_DECL.
* call.c (add_builtin_candidates): Tweak.
* cvt.c (build_expr_type_conversion): Restore code for conversion
from class types.
* decl2.c (delete_sanity): Use it.  Clean up.
* typeck.c (comp_ptr_ttypes_real): Fix cv-qual comparisons.
        * typeck.c (c_expand_return): Don't warn about void expressions on
        return statements in functions returning void.

From-SVN: r20399
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/decl2.c
gcc/cp/except.c
gcc/cp/init.c
gcc/cp/parse.c
gcc/cp/search.c
gcc/cp/typeck.c
This page took 0.061628 seconds and 5 git commands to generate.