]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/typeck.c
c-convert.c (convert): Return if output or input type is ERROR_MARK.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Mon, 27 Mar 2000 01:26:18 +0000 (01:26 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 27 Mar 2000 01:26:18 +0000 (20:26 -0500)
commit17aec3eb3b5042c4386627faa6a0384505454943
treec6019b3d538ef251492309184ce35cc036ed6ae6
parentb06775f990ad9fdc378388df18bbebf7d03ef9e3
c-convert.c (convert): Return if output or input type is ERROR_MARK.

* c-convert.c (convert): Return if output or input type is ERROR_MARK.
* c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
and DECL_INLINE if FUNCTION_DECL.
(pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
(store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
(combine_parm_decls): Likewise.
* ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
* print-tree.c (print_node): Likewise.
Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
DECL_TRANSPARENT_UNION on proper decl types.
Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
* stor-layout.c (layout_decl): Only check DECL_PACKED and
DECL_BIT_FIELD of FIELD_DECL.
* tree.h (DECL_RESULT_FLD): New macro.
* cp/class.c (check_field_decl): Fix typo.
(build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
(check_methods): Likewise.
(check_field_decls): Likewise.
Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
* cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
Use DECL_RESULT_FLD, not DECL_RESULT.
* cp/decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
* cp/lex.c (identifier_type): Likewise.
* cp/pt.c (determine_specialization, lookup_template_class): Likewise.
(tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
(resolve_overloaded_unification, more_specialized): Likewise.
* cp/semantics.c (finish_member_declaration): Likewise.
* cp/typeck.c (build_x_function_call): Likewise.

From-SVN: r32759
15 files changed:
gcc/ChangeLog
gcc/c-convert.c
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/typeck.c
gcc/ggc-common.c
gcc/print-tree.c
gcc/stor-layout.c
gcc/tree.h
This page took 0.061272 seconds and 5 git commands to generate.