aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
1997-12-04init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for alloc_expr.Jason Merrill1-2/+6
1997-11-20method.c (build_decl_overload_real): Don't mess with global placement delete.Jason Merrill1-2/+2
1997-11-17search.c (dfs_record_inheritance): Ignore template type parms.Jason Merrill1-6/+8
1997-11-15call.c (build_new_op): Fix copy error.Jason Merrill1-2/+139
1997-11-13removed unused parm to build_new_function_callJason Merrill1-5/+5
1997-11-12call.c (build_method_call): Call complete_type before checking for destructor.Benjamin Kosnik1-1/+1
1997-11-12init.c (build_new): Handle freeing allocated memory when the constructor throws.Jason Merrill1-5/+4
1997-11-11call.c (build_new_method_call): Handle getting a TEMPLATE_ID_EXPR around a TE...Jason Merrill1-4/+9
1997-10-14cp-tree.h (scratchalloc, [...]): Define as macros for now.Jason Merrill1-64/+64
1997-10-09pt.c (tsubst): Fix thinko.Jason Merrill1-1/+1
1997-10-07decl.c (duplicate_decls): Don't warn about template instances.Jason Merrill1-2/+6
1997-09-29Makefile.in (parse.o, decl.o): Also depend on $(srcdir)/../except.h $(srcdir)...H.J. Lu1-0/+1
1997-09-28[multiple changes]Jason Merrill1-35/+68
1997-09-25Handle multi-level typenames and implicit typename in base list.Jason Merrill1-6/+8
1997-09-20call.c (build_over_call): Do require_complete_type before build_cplus_new.Jason Merrill1-1/+2
1997-09-16call.c (build_new_op): Give better error for syntactically correct...Jason Merrill1-1/+9
1997-09-16* call.c (compare_qual): Handle pmfs.Jason Merrill1-0/+5
1997-09-15* call.c (null_ptr_cst_p): Integer type, not integral type.Jason Merrill1-1/+1
1997-09-15call.c (joust): Disable warnings until they can be moved to the right place.Jason Merrill1-0/+4
1997-09-08pt.c (begin_member_template_processing): Take a function as argument, not a s...Mark Mitchell1-5/+57
1997-09-06class.c (grow_method): Remove check for redeclaration.Jason Merrill1-36/+107
1997-09-03pt.c (type_unification): If strict and the function parm doesn't use template...Jason Merrill1-0/+2
1997-09-03typeck.c (convert_arguments): Don't arbitrarily choose the first of a set of ...Jason Merrill1-3/+3
1997-09-01call.c (build_new_op): Strip leading REF_BIND from first operand to builtin o...Jason Merrill1-2/+8
1997-09-01* call.c (null_ptr_cst_p): Remove support for (void*)0.Jason Merrill1-8/+40
1997-08-25call.c (joust): Tweak message.Jason Merrill1-1/+1
1997-08-23call.c (strictly_better): Make arguments unsigned ints.Jeffrey A Law1-2/+2
1997-08-20[multiple changes]Jason Merrill1-13/+60
1997-08-19pt.c (instantiate_class_template): Call repo_template_used before finish_prev...Jason Merrill1-1/+1
1997-08-19mergeJason Merrill1-1/+33
1997-08-19mergeJason Merrill1-9/+33
1997-07-3092th Cygnus<->FSF quick mergeJason Merrill1-15/+37
1997-07-2492th Cygnus<->FSF quick mergeBrendan Kehoe1-5/+11
1997-06-1891th Cygnus<->FSF quick mergeMike Stump1-6/+14
1997-05-2891th Cygnus<->FSF quick mergeMike Stump1-8/+10
1997-05-0691th Cygnus<->FSF quick mergeJason Merrill1-12/+14
1997-04-2391th Cygnus<->FSF mergeMike Stump1-27/+59
1997-04-0290th Cygnus<->FSF quick mergeMike Stump1-13/+36
1997-02-2190th Cygnus<->FSF quick mergeMike Stump1-2/+4
1997-02-0490th Cygnus<->FSF quick mergeMike Stump1-19/+28
1997-01-2190th Cygnus<->FSF quick mergeMike Stump1-36/+66
1996-12-1890th Cygnus<->FSF quick mergeMike Stump1-3/+6
1996-12-1890th Cygnus<->FSF quick mergeMike Stump1-14/+11
1996-11-1290th Cygnus<->FSF quick mergeMike Stump1-1/+1
1996-10-3190th Cygnus<->FSF quick mergeMike Stump1-1/+3
1996-09-3089th Cygnus<->FSF quick mergeMike Stump1-5/+14
1996-09-1889th Cygnus<->FSF quick mergeMike Stump1-12/+0
1996-09-12mergingMike Stump1-54/+151
1996-08-2688 Cygnus<->FSF mergeMike Stump1-49/+190
1996-08-1387th Cygnus<->FSF quick mergeJason Merrill1-42/+31