OSDN Git Service

* flags.h: New flag (optimize_size).
[pf3gnuchains/gcc-fork.git] / gcc / cp /
1998-01-26 law * flags.h: New flag (optimize_size).
1998-01-25 jason * decl.c (cp_finish_decl): When bailing on a comdat...
1998-01-25 jason * parse.y (typename_sub*): Fix std::.
1998-01-24 jason * error.c (dump_decl): Fix type default template args.
1998-01-24 jasontweak
1998-01-23 jason * lex.c (DIR_SEPARATOR): Define to be '/' if not alrea...
1998-01-23 jasonrevert last change
1998-01-22 jason * decl2.c (grok_x_components): Always call grok_enum_d...
1998-01-22 brendanlose text after #endif
1998-01-22 jasonWed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsu...
1998-01-21 jasonupdate
1998-01-19 jason * decl.c (start_decl): Don't allow duplicate definitio...
1998-01-19 jason * cvt.c (build_up_reference): A TARGET_EXPR has side...
1998-01-16 jason * error.c (dump_decl): For enum tags, output...
1998-01-14 lawBring in final gcc-2.8.0 changes.
1998-01-13 brendan * decl.c (init_decl_processing): Only call...
1998-01-12 jason * init.c (build_new_1): Split out from build_new.
1998-01-09 brendanfix comment at the top (just noticed)
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-21 law * decl2.c (lang_decode_option): Add support...
1997-12-19 jasontweak
1997-12-18 jason * pt.c (coerce_template_parms): Make sure to digest_in...
1997-12-18 jason * decl.c (duplicate_decls): Make the newdecl virtual...
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-18 bkoz* pt.c (instantiate_class_template): Don't do injection...
1997-12-17 law * pt.c (maybe_fold_nontype_arg): Add prototype.
1997-12-16 jason * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
1997-12-15 jasonupdate
1997-12-15 jason * typeck.c (build_function_call_real): Remove "inline...
1997-12-15 jason * cvt.c (cp_convert_to_pointer): Fix base conversion...
1997-12-15 lawChange from latest gcc-2.8 prerelease
1997-12-15 jason * call.c (implicit_conversion): Don't call
1997-12-13 jason * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at...
1997-12-12 law * tree.c, tree.h: Change tree_code_type, tree_c...
1997-12-12 jason * decl2.c (comdat_linkage): Also set DECL_COMDAT.
1997-12-12 jason * except.c (use_eh_context): Don't copy_rtx a REG.
1997-12-12 jasonThu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
1997-12-11 jason * pt.c (instantiate_decl): Defer all templates but...
1997-12-09 jason * init.c (expand_vec_init): Don't fold a list of param...
1997-12-09 jason * decl.c (copy_args_p): Handle copy elision for types...
1997-12-08 jason * pt.c (lookup_template_function): Copy the template...
1997-12-08 jason * except.c (expand_start_catch_block): suspend_momenta...
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-12-06 jason * parse.y (do_id): New nonterminal.
1997-12-06 jason * parse.y (template_id): do_identifier for PFUNCNAMEs...
1997-12-05 brendanmissing part of Sept 22 change brought over:
1997-12-04 jason * init.c (build_new): Use a TARGET_EXPR instead of...
1997-12-04 jason./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-12-04 jasonupdate
1997-12-03 bkoz * pt.c (tsubst): Remove tree_cons call (places redunda...
1997-12-03 jason * tree.c (is_overloaded_fn): Handle getting a fn template.
1997-12-03 jasonTue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com>
1997-11-28 jason * pt.c (check_explicit_specialization): Complain about...
1997-11-27 jason * typeck.c (build_const_cast): Handle references here...
1997-11-27 jason * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
1997-11-27 jason * cp-tree.h (struct lang_decl_flags): Add comdat.
1997-11-27 jason * class.c: Remove static pending_hard_virtuals.
1997-11-27 jason * decl2.c (import_export_vtable): If we support one_on...
1997-11-27 jason * except.c (expand_throw): Call mark_used on the destr...
1997-11-27 jason * pt.c (unify): Handle `void' template parameters in
1997-11-26 jason * rtti.c (build_dynamic_cast): Handle template case...
1997-11-26 jason * typeck2.c (digest_init): Make copies where appropriate.
1997-11-26 jason * except.c (expand_start_catch_block): Fix catching...
1997-11-25 jason * typeck.c (mark_addressable): Don't assume a FUNCTION...
1997-11-25 jason * exception.cc (struct cp_eh_info): Add handlers field.
1997-11-21 jason * except.c (expand_start_eh_spec): Use the try/catch...
1997-11-21 jason * except.c (expand_start_catch_block): We only need...
1997-11-20 jason./:
1997-11-20 jason * method.c (build_decl_overload_real): Don't mess...
1997-11-20 jason * decl.c (start_decl): Don't just complain about a...
1997-11-20 jason * decl.c (make_implicit_typename): Handle case where...
1997-11-19 jason * decl.c (make_implicit_typename): New fn.
1997-11-18 jasonMon Nov 17 23:42:03 1997 Bruno Haible <haible@ilog.fr>
1997-11-17 jason * search.c (dfs_record_inheritance): Ignore template...
1997-11-15 jason * call.c (build_new_op): Fix copy error.
1997-11-14 lawadd missing comment from devo.
1997-11-13 jasonremoved unused parm to build_new_function_call
1997-11-13 jason * init.c (build_new): Make the cleanup last longer.
1997-11-12 jasonthinko
1997-11-12 jason * pt.c (do_type_instantiation): Fix typo.
1997-11-12 bkoz * call.c (build_method_call): Call complete_type befor...
1997-11-12 jason * init.c (build_new): Handle freeing allocated memory...
1997-11-12 jason * except.c (expand_end_catch_block): Lose call to...
1997-11-11 jason * except.c (do_pop_exception): Return a value.
1997-11-11 jason * call.c (build_new_method_call): Handle getting a
1997-11-11 jason * decl.c (grokdeclarator): Tweak conditions for pedwarn in
1997-11-10 jason * stmt.c (expand_decl_cleanup_no_eh): New fn.
1997-11-09 law * decl.c (add_block_current_level): Delete.
1997-11-07 jason * decl2.c (finish_file): Put back some code.
1997-11-07 jason * decl2.c (finish_file): Remove redundant code.
1997-11-06 brendantweak to be in sync with devo
1997-11-06 jason * except.c (call_eh_info): Split out...
1997-11-04 devans * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1997-11-03 brendan * repo.c (rindex): Add decl unconditionally.
1997-11-02 jason * class.c (build_vbase_path): Propagate the result...
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
next