1. 25 May, 1999 2 commits
  2. 24 May, 1999 13 commits
  3. 23 May, 1999 4 commits
  4. 22 May, 1999 18 commits
  5. 21 May, 1999 3 commits
    • rs6000.c (output_mi_thunk): Enable full support again. · 22b4a3b0
      Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
              * rs6000.c (output_mi_thunk): Enable full support again.
      
      From-SVN: r27087
      Franz Sirl committed
    • Make-lang.in (cc1plus): Make it depend on gxx.gperf. · adecb3f4
      	* 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
      Mark Mitchell committed
    • typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to reveal optimization opportunities. · 7133357a
      	* typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to
      	reveal optimization opportunities.
      
      From-SVN: r27084
      Mark Mitchell committed