aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
1998-04-23* error.c (dump_type_real): Declare canonical_name.Jason Merrill2-0/+3
1998-04-23* typeck.c (comp_target_types): Fix PMFs.Jason Merrill2-4/+44
1998-04-22Add prototypeMark Mitchell1-1/+2
1998-04-22pt.c (tsubst): Decrease the template-level of TEMPLATE_TEMPLATE_PARMS.Mark Mitchell2-89/+142
1998-04-22class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for the DECL_RES...Mark Mitchell2-0/+12
1998-04-21* decl2.c (grokfield): Remangle the name of a member TYPE_DECL.Mark Mitchell2-0/+8
1998-04-21decl2.c (check_member_template): Set DECL_IGNORED for member class templates,...Mark Mitchell2-12/+7
1998-04-21* errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.Mark Mitchell2-1/+5
1998-04-21decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.Benjamin Kosnik1-0/+4
1998-04-21decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.Benjamin Kosnik1-1/+1
1998-04-21* typeck.c (convert_for_assignment): Fix handling of pmfs.Jason Merrill1-0/+1
1998-04-21(convert_for_assignment): Fix handling of pmfs.Jason Merrill1-3/+5
1998-04-21cp-tree.h (intTI_type_node, [...]): Declare.Jeffrey A Law4-0/+18
1998-04-18Patches to give useful error when no files specified.Jim Wilson2-4/+21
1998-04-17cp-tree.h (type_as_string_real): New function.Mark Mitchell4-53/+78