aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1998-08-25pt.c (tsubst_copy): Only do typename overloading on an IDENTIFIER_NODE that h...Brendan Kehoe2-1/+10
1998-08-25typeck.c (comp_cv_target_types): Split out...Jason Merrill3-29/+76
1998-08-25search.c (dependent_base_p): Don't compare a binfo to current_class_type; use...Mark Mitchell2-1/+4
1998-08-25* cp-tree.h (CLASS_TYPE_P): Revise definition.Mark Mitchell2-5/+10
1998-08-24decl.c (duplicate_decls): Don't complain about different exceptions from an i...Jason Merrill2-2/+5
1998-08-24typeck.c (convert_for_assignment): Converting from pm of vbase to derived is ...Jason Merrill4-48/+90
1998-08-24pt.c (tsubst_decl): Move special case code for dealing with tricky friend tem...Mark Mitchell2-42/+52
1998-08-24decl.c (start_decl): Remove redundant linkage check.Jason Merrill3-23/+21
1998-08-24* pt.c (process_template_parm): Undo previous change.Mark Mitchell2-2/+2
1998-08-24cp-tree.h (CLASS_TYPE_P): New macro.Mark Mitchell3-1/+15
1998-08-24cp-tree.h: Declare.Benjamin Kosnik3-3/+28
1998-08-24cp-tree.h: Declare.Benjamin Kosnik1-1/+21
1998-08-24cp-tree.h: Declare.Benjamin Kosnik1-0/+8
1998-08-24commentJason Merrill2-536/+540
1998-08-24* parse.y (primary): Fix up the type of string constants.Jason Merrill3-536/+548
1998-08-24typeck.c (convert_for_initialization): Move check for odd uses of NULL to avo...Mark Mitchell2-4/+13
1998-08-23c-common.c (combine_strings): Also set TREE_READONLY.Jason Merrill7-7/+88
1998-08-23* search.c (my_tree_cons): Reimplement.Martin v. Löwis2-7/+8
1998-08-23lex.c (real_yylex): Don't warn about long long constants if we're allowing lo...Jason Merrill8-36/+30
1998-08-23decl.c (grokdeclarator): Complain about in-class initialization of aggregates...Mark Mitchell3-8/+22
1998-08-23iomanip.h: Use __extension__ for `extern' explicit template instantiations.Mark Mitchell11-118/+224
1998-08-20oopsJason Merrill1-1/+1
1998-08-20tree.c (search_tree, [...]): New fn.Jason Merrill6-13/+339
1998-08-20Use new ChangeLog style.Per Bothner1-1/+1
1998-08-20Handle new'ing of Java classes.Per Bothner1-0/+10
1998-08-20Handle new'ing of Java classes.Per Bothner1-2/+16
1998-08-20Handle new'ing of Java classes.Per Bothner1-0/+1
1998-08-20Handle new'ing of Java classes.Per Bothner1-2/+67
1998-08-20decl2.c (import_export_vtable): Suppress vtables for Java classes.Per Bothner2-2/+6
1998-08-20regenJason Merrill1-3671/+3673
1998-08-20decl.c (duplicate_decls): Always merge the old and new patterns for templates...Mark Mitchell3-25/+123
1998-08-20init.c (build_builtin_delete_call): Add missing assemble_external call.Jeffrey A Law2-0/+6
1998-08-19* parse.y (notype_unqualified_id): Also accept ~A<int>.Jason Merrill2-0/+6
1998-08-19typeck.c (build_binary_op_nodefault): Warn on use of NULL in arithmetic.Mark Mitchell3-12/+31
1998-08-19cp-tree.h (ansi_null_node): New variable.Mark Mitchell5-6/+37
1998-08-17cp-tree.h (enter_scope_of): New function.Mark Mitchell5-270/+270
1998-08-17* decl.c (grokparms): No, here.Jason Merrill2-5/+13
1998-08-17decl.c (grokdeclarator): Catch parm with pointer to array of unknown bound he...Jason Merrill3-1/+10
1998-08-17tweakJason Merrill1-1/+1
1998-08-17* class.c (finish_struct_bits): Also set TYPE_SIZE_UNIT.Jason Merrill2-0/+2
1998-08-17gxxint.texi: Remove obsolete documentation of overloading code.Jason Merrill8-103/+21
1998-08-17init.c (build_offset_ref): Don't mess with error_mark_node.Jason Merrill4-15/+9
1998-08-17decl.c (grokdeclarator): Allow anonymous types to be cv-qualified.Benjamin Kosnik2-1/+10
1998-08-17cp-tree.h (set_identifier_local_value): Provide prototype.Jeffrey A Law4-5/+10
1998-08-14Rename BBISON to BISONNick Clifton2-1/+6
1998-08-13tree.h: De-conditionalize init_priority code.Jason Merrill3-30/+202
1998-08-13pt.c (tsubst_copy): Hush warning.Jason Merrill3-3/+11
1998-08-12pt.c (print_template_context): Don't abort when instantiating a synthesized m...Mark Mitchell2-10/+16
1998-08-12decl.c (grokdeclarator): Issue errors on namespace qualified declarators in p...Mark Mitchell2-1/+12
1998-08-09pt.c (check_explicit_specialization): Don't abort on bogus explicit instantia...Mark Mitchell2-13/+32