aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1998-05-15decl.c (start_decl): Revert problem change.Jason Merrill3-2/+11
1998-05-15decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.Benjamin Kosnik1-51/+38
1998-05-15decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.Benjamin Kosnik1-0/+4
1998-05-15* class.c (finish_struct_1): Use BINFO_SIZE.Jason Merrill2-0/+5
1998-05-14regenJason Merrill1-111/+115
1998-05-14* decl.c (start_decl): Use 'tem'.Jason Merrill2-1/+5
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod5-19/+111
1998-05-14typeck.c (original_type): New function.Brendan Kehoe3-2/+33
1998-05-13Warning patches:Kaveh R. Ghazi12-17/+53
1998-05-12error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOP...Jason Merrill7-40/+31
1998-05-12cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.Mark Mitchell3-5/+15
1998-05-12error.c (dump_simple_decl): New function, broken out from ...Mark Mitchell2-22/+37
1998-05-11update documentationMark Mitchell1-7/+7
1998-05-11* ptree.c (lang_print_xnode): Add missing `break'.Mark Mitchell2-0/+5
1998-05-11* pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.Mark Mitchell2-1/+4
1998-05-11call.c (add_template_candidate): Adjust for changes to fn_type_unification.Mark Mitchell6-207/+565
1998-05-11lex.c (yyprint): Remove TYPENAME_ELLIPSIS.Mark Mitchell4-4795/+4580
1998-05-11cp-tree.h (finish_unary_op_expr): New function.Mark Mitchell6-208/+360
1998-05-10typeck.c (build_c_cast): Don't decay arrays and functions to pointer type whe...Mark Mitchell2-10/+35
1998-05-10documentJason Merrill1-0/+5
1998-05-10class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.Jason Merrill6-4/+39
1998-05-09class.c (currently_open_class): New fn.Jason Merrill4-13/+35
1998-05-07massive namespace patchMartin v. Löwis36-1706/+2839
1998-05-07call.c (build_user_type_conversion_1): Handle second_conv properly for templa...Jason Merrill2-9/+19
1998-05-07clear TREE_USED f;ag for build_type_variant types as wellAndrew MacLeod2-2/+13
1998-05-06* pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.Jason Merrill2-1/+6
1998-05-06typo typo fixes fixesJeff Law14-24/+24
1998-05-06toplev.h cleanup...Jim Wilson2-22/+37
1998-05-06errfn.c (cp_error, cp_warning): Remove declarations for error and warning res...Jeffrey A Law2-2/+5
1998-05-06error.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi5-33/+24
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe6-0/+7
1998-05-06Correct ChangeLog entry for my last cp/ChangeLog fix.Robert Lipe1-6/+4
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe16-0/+17
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe1-0/+9
1998-05-05tree.c (perm_manip): Also regenerate the RTL of an extern.Jason Merrill2-11/+18
1998-05-05init.c (expand_vec_init): The initialization of each array element is a full-...Jason Merrill2-0/+12
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law3-3/+7
1998-05-05Call build_type_variant in method.cAndrew MacLeod2-0/+6
1998-05-04tree.def: Add NAMESPACE_DECL.Jason Merrill3-3/+10
1998-05-02call.c (build_over_call): Do evaluate arg even if it has empty class type.Jason Merrill3-5/+15
1998-04-30Fix build failure when POSIXLY_CORRECT set, reported by B. James Phillippe.Jim Wilson2-1/+5
1998-04-30Update gxxint.texi to include squangling infoAndrew MacLeod2-2/+73
1998-04-28semantics.c (begin_stmt_expr): Avoid duplicating the effect of the expression...Mark Mitchell2-3/+21
1998-04-28* decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int.Brendan Kehoe2-3/+6
1998-04-27decl.c (maybe_push_to_top_level): Always clear current_template_parms and pro...Mark Mitchell2-29/+21
1998-04-26cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.Mark Mitchell9-409/+618
1998-04-26pt.c (mabybe_get_template_decl_from_type_decl): New function.Mark Mitchell2-3/+26
1998-04-26pt.c (check_explicit_specialization): Handle overloaded constructors correctly.Mark Mitchell2-5/+8
1998-04-23cp-tree.def: Add WRAPPER.Jason Merrill6-75/+174
1998-04-23* pt.c (unify): Fix typo in previous change.Mark Mitchell2-2/+6