summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.jason1998-04-236-75/+174
* * pt.c (unify): Fix typo in previous change.mmitchel1998-04-232-2/+6
* * error.c (dump_type_real): Declare canonical_name.jason1998-04-232-0/+3
* * typeck.c (comp_target_types): Fix PMFs.jason1998-04-232-4/+44
* Add prototypemmitchel1998-04-221-1/+2
* * pt.c (tsubst): Decrease the template-level ofmmitchel1998-04-222-89/+142
* * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED formmitchel1998-04-222-0/+12
* * decl2.c (grokfield): Remangle the name of a member TYPE_DECL.mmitchel1998-04-212-0/+8
* * decl2.c (check_member_template): Set DECL_IGNORED for membermmitchel1998-04-212-12/+7
* * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.mmitchel1998-04-212-1/+5
* bkoz1998-04-211-0/+4
* 8bkoz1998-04-211-1/+1
* * typeck.c (convert_for_assignment): Fix handling of pmfs.jason1998-04-211-0/+1
* (convert_for_assignment): Fix handling of pmfs.jason1998-04-211-3/+5
* * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.law1998-04-214-0/+18
* Patches to give useful error when no files specified.wilson1998-04-182-4/+21
* Fri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell@usa.net>mmitchel1998-04-174-53/+78
* redojason1998-04-171-83/+48
* revertjason1998-04-171-46/+83
* * decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.jason1998-04-173-85/+64
* Typos in last checkin.law1998-04-171-3/+3
* * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),law1998-04-172-1/+6
* * tree.c (avoid_overlap): Add prototype.law1998-04-1711-0/+97
* * decl2.c (build_expr_from_tree): Just return a PMF.jason1998-04-172-2/+12
* * typeck2.c (process_init_constructor): Don't strip cv-qualifiersjason1998-04-172-1/+6
* * decl.c (duplicate_decls): Fix check for when it's safe to freejason1998-04-173-7/+36
* 8law1998-04-161-0/+1
* law1998-04-161-0/+2
* 8law1998-04-161-1/+4
* law1998-04-161-0/+5
* Wed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus.com>brolley1998-04-152-1/+7
* * errfn.c: Rework to avoid problems when HOST_WIDE_INT is longerlaw1998-04-152-107/+155
* xbkoz1998-04-131-1/+3
* bkoz1998-04-131-0/+5
* Rebuild after recent parse.y change.law1998-04-101-789/+788
* * sig.c (build_signature_pointer_constructor): Don't setjason1998-04-106-80/+38
* abkoz1998-04-093-5/+34
* dbkoz1998-04-097-59/+117
* * lex.c (finput): New variable.law1998-04-084-22/+59
* * call.c (build_call): Still evaluate the actual argument.jason1998-04-075-8/+58
* * tree.c (avoid_overlap): Return a value.jason1998-04-052-0/+6
* * method.c (check_btype): Add missing argument to xrealloc.law1998-04-042-2/+7
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-047-10/+15
* Implement empty base optimization.jason1998-04-037-19/+152
* * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs.jason1998-04-032-0/+8
* Re-implement allocation of base class subobjects.jason1998-04-034-227/+187
* * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.jason1998-04-029-195/+90
* * class.c, Make sure system.h is included just after config.h.law1998-04-019-14/+11
* tweakjason1998-04-011-13/+19
* * friend.c (is_friend): Fix access control for local classes.jason1998-04-015-12/+60