-
- Downloads
Make-lang.in (cc1plus): Make it depend on gxx.gperf.
* Make-lang.in (cc1plus): Make it depend on gxx.gperf.
* cp-tree.h: Fix typo in documentation on pointers-to-members.
(cp_build_qualified_type): Make it a macro.
(cp_build_qualified_type_real): Declare.
* decl.c (grokdeclarator): Remove misleading comment. Avoid
problem with template parameters and restrict-qualification.
* gxx.gperf: Replace NORID with RID_UNUSED throughout.
* hash.h: Regenerated.
* lex.h (rid): Move RID_FIRST_MODIFIER and RID_LAST_MODIFIER into
the enumeration.
(NORID): Remove definition.
* pt.c (tsubst_aggr_type): Use cp_build_qualified_type_real.
(tsubst): Likewise. Remove special handling for FUNCTION_TYPEs.
(fn_type_unification): Check that the function type resulting from
the deduction is legal.
(check_cv_quals_for_unify): Don't handle FUNCTION_TYPEs specially.
(unify): Use cp_build_qualified_type_real.
* tree.c (build_cplus_array_type_1): Handle error_marks as inputs.
(cp_build_qualified_type): Rename to ...
(cp_build_qualified_type_real): Add additional COMPLAIN parameter
and modify appropriately.
Co-Authored-By:
Nathan Sidwell <nathan@acm.org>
From-SVN: r27086
Showing
- gcc/cp/ChangeLog 24 additions, 1 deletiongcc/cp/ChangeLog
- gcc/cp/Make-lang.in 1 addition, 1 deletiongcc/cp/Make-lang.in
- gcc/cp/cp-tree.h 4 additions, 2 deletionsgcc/cp/cp-tree.h
- gcc/cp/decl.c 5 additions, 3 deletionsgcc/cp/decl.c
- gcc/cp/gxx.gperf 60 additions, 60 deletionsgcc/cp/gxx.gperf
- gcc/cp/hash.h 60 additions, 60 deletionsgcc/cp/hash.h
- gcc/cp/lex.h 3 additions, 6 deletionsgcc/cp/lex.h
- gcc/cp/pt.c 41 additions, 30 deletionsgcc/cp/pt.c
- gcc/cp/tree.c 27 additions, 8 deletionsgcc/cp/tree.c
Loading
Please register or sign in to comment