OSDN Git Service

* call.c (joust): Don't warn about "confusing" conversions to the
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1998-07-14 jason * call.c (joust): Don't warn about "confusing" convers...
1998-07-13 law * search.c (my_tree_cons): The bitfield is...
1998-07-13 nickc--help support added
1998-07-12 jason * decl2.c (build_expr_from_tree): Change calls of...
1998-07-12 jason * decl.c (struct binding_level): New field using_direc...
1998-07-12 jason * xref.c (classname): New function.
1998-07-12 jason * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM...
1998-07-12 jason * repo.c (get_base_filename): Use file_name_nondirect...
1998-07-12 jason * friend.c (do_friend): Pull the identifier out of...
1998-07-12 law * g++.1 (-traditional): Remove duplicated docum...
1998-07-11 mmitchel * cplus-dem.c (string): Move definition before work_stuff.
1998-07-11 mmitchel * pt.c (push_template_decl_real): Don't look at DECL_T...
1998-07-08 vmakarov * toplev.c (lang_options): Add -Wlong-long, -Wno-long...
1998-07-07 jason * decl.c (xref_tag): Handle attributes between 'class...
1998-07-06 jason * decl.c (lookup_tag): Use CP_DECL_CONTEXT.
1998-06-30 bkoz
1998-06-29 ghaziWarning fixes:
1998-06-29 brendan * tree.c (build_srcloc): Make sure we allocate this...
1998-06-27 law * g++spec.c (NEED_MATH_LIBRARY): Define to...
1998-06-27 law * Make-lang.in (g++): Depend on mkstemp.o....
1998-06-27 ghaziReplace Makefile.in dependencies on expr.h with variabl...
1998-06-25 bkoz
1998-06-25 bkoz
1998-06-25 mmitchel * cp-tree.h (c_get_alias_set): Declare.
1998-06-25 amacleodThu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod...
1998-06-25 brolley1998-06-25 Dave Brolley <brolley@cygnus.com>
1998-06-25 jason * cp-tree.h (CP_DECL_CONTEXT): New macro.
1998-06-25 rth * method.c (emit_thunk): Set current_function_i...
1998-06-23 amacleodTue Jun 23 13:38:18 EDT 1998 Andrew MacLeod <amacleod...
1998-06-23 amacleodHave -fnew-exceptions actually use the runtime field...
1998-06-23 jason * call.c (joust): Fix confusing conversion warning.
1998-06-22 ghaziWarning fixes:
1998-06-19 law * typeck2.c (pop_init_level): Warn about implic...
1998-06-18 ghaziWarning fix:
1998-06-17 jason * class.c (finish_struct): Make conflicting use of...
1998-06-17 mmitchel * pt.c (convert_nontype_argument): Issue an error...
1998-06-17 mmitchel * cp-tree.h (c_get_alias_set): Remove declaration...
1998-06-17 jason * typeck.c (build_binary_op_nodefault): Change % in...
1998-06-17 mmitchel * errfn.c (cp_thing): Handle the `%%' formatting sequence.
1998-06-17 jason * method.c (hack_identifier): Complain about getting...
1998-06-16 amacleod1998-06-16 Andrew MacLeod <amacleod@cygnus.com>
1998-06-16 jasonrevert
1998-06-16 jason * method.c (hack_identifier): Don't let a class templa...
1998-06-13 mmitchel * class.c (alter_access): Accept a BINFO explaining...
1998-06-13 mmitchel * cp-tree.h (complete_type_or_else): Declare.
1998-06-12 brendan * pt.c (check_explicit_specialization): If DECLARATOR...
1998-06-12 mmitchel * class.c (instantiate_type): Don't treat template...
1998-06-11 mmitchel * pt.c (is_member_template_class): New function.
1998-06-11 bkoz
1998-06-11 mmitchel * call.c (convert_default_arg): Make global, not static.
1998-06-10 jason * search.c (covariant_return_p): Complain about ambigu...
1998-06-10 jason * typeck.c (build_component_ref): Diagnose ref to...
1998-06-10 brendan * decl.c (grokparms): Check that INIT isn't...
1998-06-10 jason * call.c (build_method_call): Fix thinko.
1998-06-10 jason * call.c (build_scoped_method_call): Fix thinko.
1998-06-10 brolleyIntegrate cpplib into the C++ front end.
1998-06-10 brendan * typeck.c (build_component_ref): Make sure FIELD...
1998-06-10 jfc1998-06-10 John Carr <jfc@mit.edu>
1998-06-10 jason * init.c (resolve_offset_ref): Handle default-initiali...
1998-06-09 mmitchel * pt.c (fn_type_unification): Revise documentation...
1998-06-09 amacleodMinor tweaks.
1998-06-09 jason * search.c (lookup_member): New fn.
1998-06-08 ghaziWarning fixes:
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-06-08 jason * function.c: Define current_function_cannot_inline.
1998-06-08 mmitchel * init.c (build_offset_ref): Correct previous change...
1998-06-07 mmitchel * class.c (instantiate_type): Handle pointer-to-member...
1998-06-07 rth * lex.c (lang_init_options): New function.
1998-06-06 jason * search.c (envelope_add_decl): Tweak for implicit...
1998-06-05 jason * call.c (joust): Also warn about confusing conversion...
1998-06-05 jason * spew.c (yylex): Also return the TYPE_DECL if got_object.
1998-06-05 bothnerFixed minor typo.
1998-06-05 bothner
1998-06-05 jasonx
1998-06-05 jason * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE...
1998-06-04 jason * tree.c (really_overloaded_fn): Only see through...
1998-06-04 jason * decl2.c (do_toplevel_using_decl): When decl is a...
1998-06-04 jason * decl2.c (arg_assoc_type): Process unknown_type_node...
1998-06-04 jason * error.c (dump_expr): Clean up NEW_EXPR case.
1998-06-04 jason * method.c (make_thunk): Use overload machinery to...
1998-06-01 bothner
1998-06-01 jason * pt.c (for_each_template_parm): Use first_rtl_op.
1998-06-01 jason * tree.c (build_cplus_array_type_1): Also check index_...
1998-05-31 jason * pt.c (tsubst): Always copy BINFO_BASETYPES.
1998-05-29 jason * tree.c (layout_basetypes): If we change TYPE_SIZE...
1998-05-29 mmitchel * decl.c (grokdeclarator): Don't complain about in...
1998-05-29 jason * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
1998-05-28 jason * decl.c (start_decl): Always pedwarn about vacuously...
1998-05-28 jason * call.c (build_method_call): Make sure get_type_value...
1998-05-27 jason * friend.c (do_friend): Clarify template warning.
1998-05-27 mmitchel * decl.c (shadow_label): Don't treat decls as identifiers.
1998-05-27 mmitchel * decl.c (grokdeclarator): Don't try to use TYPE_OBSTA...
1998-05-27 jason * parse.y (base_class): Use is_aggr_type, not IS_AGGR_...
1998-05-26 jason * pt.c (process_template_parm): Accept TYPENAME_TYPE...
1998-05-26 mmitchel * friend.c (is_friend): Use comptypes, rather than...
1998-05-26 mmitchel * decl.c (store_parm_decls): Remove redundant call to
1998-05-26 bkoz
1998-05-26 bothner
1998-05-26 jason * decl.c (pushdecl): Don't copy the type_decl.
1998-05-26 brolley1998-05-26 Dave Brolley <brolley@cygnus.com>
next