OSDN Git Service

* cp-tree.h (complete_type_or_else): Declare.
[pf3gnuchains/gcc-fork.git] / gcc / cp / typeck.c
1998-06-13 mmitchel * cp-tree.h (complete_type_or_else): Declare.
1998-06-12 mmitchel * class.c (instantiate_type): Don't treat template...
1998-06-11 mmitchel * call.c (convert_default_arg): Make global, not static.
1998-06-10 jason * typeck.c (build_component_ref): Diagnose ref to...
1998-06-10 brendan * typeck.c (build_component_ref): Make sure FIELD...
1998-06-10 jason * init.c (resolve_offset_ref): Handle default-initiali...
1998-06-07 mmitchel * class.c (instantiate_type): Handle pointer-to-member...
1998-06-01 bothnera
1998-05-25 mmitchel1998-05-25 Mark Mitchell <mark@markmitchell.com>
1998-05-24 jason * decl.c (push_namespace): Namespaces have type void.
1998-05-22 jason * pt.c (determine_specialization): Just return an...
1998-05-20 mmitchel * cp-tree.h (MAIN_NAME_P): New macro.
1998-05-19 mmitchel * call.c (compare_qual): Remove.
1998-05-17 jason * typeck.c (type_unknown_p): Return true for TREE_LIST...
1998-05-14 brendan * typeck.c (original_type): New function.
1998-05-13 ghaziWarning patches:
1998-05-10 mmitchel * typeck.c (build_c_cast): Don't decay arrays and...
1998-05-08 jasonmassive namespace patch
1998-05-06 lawtypo typo fixes fixes
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-26 mmitchel * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-23 jason * typeck.c (comp_target_types): Fix PMFs.
1998-04-21 jason (convert_for_assignment): Fix handling of pmfs.
1998-04-21 law * cp-tree.h (intTI_type_node, unsigned_intTI_ty...
1998-04-17 jasonredo
1998-04-17 jasonrevert
1998-04-17 jason * decl2.c (lang_decode_option): -fnew-abi implies...
1998-04-10 jason * sig.c (build_signature_pointer_constructor): Don...
1998-04-09 bkoza
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-30 jason * call.c (build_method_call): Handle non-scoped destru...
1998-03-29 law * typeck.c (expand_target_expr): Delete dead...
1998-03-26 jason * call.c (build_over_call): Check IS_AGGR_TYPE, not
1998-03-12 manfred
1998-03-12 manfredd
1998-03-04 jason * typeck.c (unary_complex_lvalue): &D::i has type...
1998-03-03 jason * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c...
1998-03-03 jason * call.c, class.c, cp-tree.h, cvt.c, decl.c, init...
1998-02-27 jason * pt.c (tsubst, TEMPLATE_DECL): Support member class...
1998-02-25 jason * typeck.c (get_delta_difference): Give hard error...
1998-02-23 jasonSupport for friend templates.
1998-02-19 brendan * typeck.c (build_unary_op): Only warn about incr...
1998-02-18 brendan./ChangeLog:
1998-02-12 mmitchell * typeck.c (build_ptrmemfunc): Typecheck pointer-to...
1998-02-11 jason * cp-tree.h (push_template_decl): Return the decl...
1998-02-03 jason * error.c (dump_decl): Fix type of default arguments...
1998-02-02 jason * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New...
1998-02-02 lawVarious fixes for -Wall problems from Kaveh. See Chang...
1998-02-01 law * decl.c (init_decl_processing): Use set_sizetype.
1998-01-29 jason * class.c (instantiate_type): Don't just return a...
1998-01-27 jason * call.c (add_template_candidate_real): New function.
1998-01-22 jasonWed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsu...
1998-01-19 jason * decl.c (start_decl): Don't allow duplicate definitio...
1998-01-08 jason * exception.cc (__eh_alloc, __eh_free): New fns.
1997-12-22 law * call.c (add_builtin_candidate): Add default...
1997-12-18 jason * typeck.c (unary_complex_lvalue): Ignore op0 when...
1997-12-18 jason * except.c: Remove register_exception_table{,_p}.
1997-12-15 jason * typeck.c (build_function_call_real): Remove "inline...
1997-12-08 jason * error.c (dump_decl): Handle LOOKUP_EXPR.
1997-12-07 jasonSun Dec 7 01:46:33 1997 Bruno Haible <bruno@linuix...
1997-12-07 lawMerge from gcc-2.8
1997-11-27 jason * typeck.c (build_const_cast): Handle references here...
1997-11-25 jason * typeck.c (mark_addressable): Don't assume a FUNCTION...
1997-11-13 jasonremoved unused parm to build_new_function_call
1997-11-11 jason * call.c (build_new_method_call): Handle getting a
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-20 jason * decl.c (init_decl_processing): Give null_node unknow...
1997-10-14 brendanfix two typos
1997-10-14 jason * cp-tree.h (scratchalloc, build_scratch_list, make_sc...
1997-10-08 jasonTue Oct 7 23:00:12 1997 Mark Mitchell <mmitchell...
1997-10-07 jason * decl.c (duplicate_decls): Don't warn about template...
1997-09-30 jasonMon Sep 29 19:57:51 1997 H.J. Lu (hjl@gnu.ai.mit...
1997-09-28 jasonSat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick...
1997-09-09 brendan * typeck.c (build_indirect_ref): Heed FLAG_VOLA...
1997-09-06 jason * class.c (grow_method): Remove check for redeclaration.
1997-09-03 jason * typeck.c (c_expand_return): Always convert_for_initi...
1997-09-03 jason * typeck.c (convert_arguments): Don't arbitrari...
1997-09-02 jason * pt.c (unify): float doesn't match double.
1997-08-27 law * typeck.c (expand_target_expr): Make definitio...
1997-08-21 jasonWed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick...
1997-07-24 brendan92th Cygnus<->FSF quick merge
1997-06-20 mrs91th Cygnus<->FSF quick merge
1997-06-18 mrs91th Cygnus<->FSF quick merge
1997-06-04 mrs91th Cygnus<->FSF quick merge
1997-05-28 mrs91th Cygnus<->FSF quick merge
1997-05-06 mrs91th Cygnus<->FSF quick merge
1997-05-02 mrs91th Cygnus<->FSF quick merge
1997-04-23 mrs91th Cygnus<->FSF merge
1997-04-02 mrs90th Cygnus<->FSF quick merge
1997-02-21 mrs90th Cygnus<->FSF quick merge
1997-02-04 mrs90th Cygnus<->FSF quick merge
1997-01-21 mrs90th Cygnus<->FSF quick merge
1996-12-18 mrs90th Cygnus<->FSF quick merge
1996-12-18 mrs90th Cygnus<->FSF quick merge
1996-11-12 mrs90th Cygnus<->FSF quick merge
1996-10-31 mrs90th Cygnus<->FSF quick merge
1996-10-18 mrs89th Cygnus<->FSF quick merge
1996-10-11 mrs89th Cygnus<->FSF quick merge
1996-09-30 mrs89th Cygnus<->FSF quick merge
next