summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * decl2.c (maybe_make_one_only): New fn.jason1998-05-213-8/+37
* * decl2.c (find_representative_member): Rename to ...mmitchel1998-05-212-55/+61
* * decl.c (grokfndecl): Handle definition of specialization injason1998-05-203-11/+25
* * class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_Pmmitchel1998-05-208-809/+877
* * decl.c (record_unknown_type): New function.jason1998-05-202-9/+26
* * decl2.c (find_representative_member): New function.mmitchel1998-05-202-17/+54
* * cp-tree.h (MAIN_NAME_P): New macro.mmitchel1998-05-205-32/+53
* * decl2.c (start_objects, finish_objects, do_dtors,jason1998-05-203-197/+214
* * tree.c (is_overloaded_fn): Don't abort on placeholders fromjason1998-05-193-3/+15
* * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.brendan1998-05-193-0/+14
* * decl.c (saveable_obstack): Declare.mmitchel1998-05-192-0/+48
* * call.c (compare_qual): Remove.mmitchel1998-05-194-231/+469
* Warning fixes:ghazi1998-05-1912-52/+43
* tweakjason1998-05-191-0/+2
* * init.c (build_member_call): Handle template_ids.jason1998-05-195-3455/+3482
* * decl2.c (get_sentry): Use end_temporary_allocation.jason1998-05-182-3/+7
* * parse.y (.finish_new_placement): New non-terminal.mmitchel1998-05-183-3798/+3787
* * pt.c (redeclare_class_template): Say where the original definitionbrendan1998-05-182-0/+6
* updatejason1998-05-181-54/+55
* * call.c (build_over_call): Tweak empty class handling.jason1998-05-182-2/+6
* * decl.c (make_typename_type): Use currently_open_class.jason1998-05-182-3/+8
* * class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.jason1998-05-182-23/+22
* * class.c (finish_struct_1): Use OVL_CURRENT in error message.jason1998-05-182-2/+6
* * Makefile.in (TARGET_TOOLPREFIX): No longer define.law1998-05-182-0/+8
* * Makefile.in (BISON): Use bison from the build tree if it exists.law1998-05-182-2/+7
* * typeck.c (type_unknown_p): Return true for TREE_LIST also.jason1998-05-173-2/+15
* * init.c (build_new_1): Call suspend_momentary around the creationmmitchel1998-05-174-3723/+3833
* * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to comparejason1998-05-172-1/+4
* * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is thejason1998-05-172-0/+6
* * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.jason1998-05-172-1/+5
* * decl.c (start_decl): Revert problem change.jason1998-05-153-2/+11
* Pbkoz1998-05-151-51/+38
* bkoz1998-05-151-0/+4
* * class.c (finish_struct_1): Use BINFO_SIZE.jason1998-05-152-0/+5
* regenjason1998-05-151-111/+115
* * decl.c (start_decl): Use 'tem'.jason1998-05-152-1/+5
* First cut of changes to utilize the new exception handling modelamacleod1998-05-145-19/+111
* * typeck.c (original_type): New function.brendan1998-05-143-2/+33
* Warning patches:ghazi1998-05-1312-17/+53
* * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/orjason1998-05-127-40/+31
* * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.mmitchel1998-05-123-5/+15
* * error.c (dump_simple_decl): New function, broken out from ...mmitchel1998-05-122-22/+37
* update documentationmmitchel1998-05-111-7/+7
* * ptree.c (lang_print_xnode): Add missing `break'.mmitchel1998-05-112-0/+5
* * pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.mmitchel1998-05-112-1/+4
* * call.c (add_template_candidate): Adjust for changes tommitchel1998-05-116-207/+565
* Mon May 11 07:16:30 1998 Mark Mitchell <mmitchell@usa.net>mmitchel1998-05-114-4795/+4580
* * cp-tree.h (finish_unary_op_expr): New function.mmitchel1998-05-116-208/+360
* * typeck.c (build_c_cast): Don't decay arrays and functions tommitchel1998-05-102-10/+35
* documentjason1998-05-101-0/+5