cp-tree.h (tf_warn_or_error): New substituion flag.
commit10f3742b1103aa2840c74719a4791b337e2fa0f7
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sat, 4 Feb 2006 16:44:18 +0000 (4 16:44 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sat, 4 Feb 2006 16:44:18 +0000 (4 16:44 +0000)
tree9041d1294d8a5849e535446d27dc9f890f6c1db1
parent337bde9139c0a7e535acc4a93cb65cdf8e05e222
cp-tree.h (tf_warn_or_error): New substituion flag.

        * cp-tree.h (tf_warn_or_error): New substituion flag.
        (cp_build_qualified_type): Use it.
        * call.c (convert_like_real): Likewise.
        * cvt.c (cp_convert_to_pointer): Likewise.
        (convert_to_reference): Likewise.
        * decl.c (make_typename_type): Likewise.
        (grokdeclarator): Likewise.
        * pt.c (tsubst_friend_function): Likewise.
        (tsubst_friend_class): Likewise.
        (instantiate_class_template): Likewise.
        (tsubst_default_argument): Likewise.
        (instantiate_decl): Likewise.
        (tsubst_initializer_list): Likewise.
        (tsubst_enum): Likewise.
        * semantics.c (finish_template_type): Likewise.
        * typeck.c (build_ptrmemfunc): Likewise.
        (convert_for_assignment): Likewise.

From-SVN: r110590
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/typeck.c