]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
expr.c (cplus_expand_expr, [...]): Don't check that return_target and call_target...
[gcc.git] / gcc / cp / ChangeLog
1998-01-27 Jason Merrillexpr.c (cplus_expand_expr, [...]): Don't check that...
1998-01-27 Jason Merrillpt.c (type_unification_real): Just accept function...
1998-01-25 Jason Merrilldecl.c (cp_finish_decl): When bailing on a comdat varia...
1998-01-25 Jason Merrill* parse.y (typename_sub*): Fix std::.
1998-01-24 Jason Merrillerror.c (dump_decl): Fix type default template args.
1998-01-23 Mumit Khanlex.c (DIR_SEPARATOR): Define to be '/' if not already...
1998-01-23 Jason Merrillrevert last change
1998-01-22 Mark Mitchell* decl2.c (grok_x_components): Always call grok_enum_decls.
1998-01-22 Kriang Lerdsuwanakijpt.c (coerce_template_parms): Don't access elements...
1998-01-19 Mark Mitchelldecl.c (start_decl): Don't allow duplicate definitions...
1998-01-19 Jason Merrillcvt.c (build_up_reference): A TARGET_EXPR has side...
1998-01-16 Bruno Haible* error.c (dump_decl): For enum tags, output the tag...
1998-01-14 Jeff LawBring in final gcc-2.8.0 changes.
1998-01-13 Brendan Kehoedecl.c (init_decl_processing): Only call init_rtti_proc...
1998-01-12 Jason Merrillinit.c (build_new_1): Split out from build_new.
1998-01-08 Jason Merrillexception.cc (__eh_alloc, __eh_free): New fns.
1997-12-22 Kaveh R. Ghazicall.c (add_builtin_candidate): Add default case in...
1997-12-21 Nick Clifton* decl2.c (lang_decode_option): Add support for -Wunkno...
1997-12-18 Mark Mitchellpt.c (coerce_template_parms): Make sure to digest_init...
1997-12-18 Mark Mitchelldecl.c (duplicate_decls): Make the newdecl virtual...
1997-12-18 Jason Merrilltypeck.c (unary_complex_lvalue): Ignore op0 when taking...
1997-12-18 Jason Merrillexcept.c: Remove register_exception_table{,_p}.
1997-12-18 Benjamin Kosnikc++: Don't inject friends while processing templates
1997-12-17 Peter Schmid* pt.c (maybe_fold_nontype_arg): Add prototype.
1997-12-16 Jason Merrilltree.c (mapcar): Handle TRY_CATCH_EXPR et al.
1997-12-15 Jason Merrilltypeck.c (build_function_call_real): Remove "inline...
1997-12-15 Jason Merrillcvt.c (cp_convert_to_pointer): Fix base conversion...
1997-12-15 Jeff LawChange from latest gcc-2.8 prerelease
1997-12-15 Mark Mitchellcall.c (implicit_conversion): Don't call build_user_typ...
1997-12-13 Jason Merrillerrfn.c (cp_pedwarn, [...]): Replace extern decls with...
1997-12-12 Jason Merrilldecl2.c (comdat_linkage): Also set DECL_COMDAT.
1997-12-12 Jason Merrillexcept.c (use_eh_context): Don't copy_rtx a REG.
1997-12-12 Teemu Torma[multiple changes]
1997-12-11 Jason Merrill* pt.c (instantiate_decl): Defer all templates but...
1997-12-09 Jason Merrillinit.c (expand_vec_init): Don't fold a list of parameters.
1997-12-09 Jason Merrilldecl.c (copy_args_p): Handle copy elision for types...
1997-12-08 Mark Mitchellpt.c (lookup_template_function): Copy the template...
1997-12-08 Jason Merrillexcept.c (expand_start_catch_block): suspend_momentary...
1997-12-08 Jason Merrillerror.c (dump_decl): Handle LOOKUP_EXPR.
1997-12-07 Jason Merrill[multiple changes]
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-06 Jason Merrillparse.y (do_id): New nonterminal.
1997-12-06 Jason Merrillparse.y (template_id): do_identifier for PFUNCNAMEs...
1997-12-05 Benjamin Kosnikmissing part of Sept 22 change brought over:
1997-12-04 Jason Merrillinit.c (build_new): Use a TARGET_EXPR instead of SAVE_E...
1997-12-04 Jason Merrill./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-12-03 Benjamin Kosnikpt.c (tsubst): Remove tree_cons call (places redundant...
1997-12-03 Jason Merrilltree.c (is_overloaded_fn): Handle getting a fn template.
1997-12-03 Jason Merrill[multiple changes]
1997-11-28 Jason Merrillpt.c (check_explicit_specialization): Complain about...
1997-11-27 Jason Merrilltypeck.c (build_const_cast): Handle references here...
1997-11-27 Jason Merrillexcept.c: Lose Unexpected, SetTerminate, SetUnexpected...
1997-11-27 Jason Merrillcp-tree.h (struct lang_decl_flags): Add comdat.
1997-11-27 Jason Merrillclass.c: Remove static pending_hard_virtuals.
1997-11-27 Jason Merrilldecl2.c (import_export_vtable): If we support one_only...
1997-11-27 Jason Merrillexcept.c (expand_throw): Call mark_used on the destructor.
1997-11-27 Mark Mitchellpt.c (unify): Handle `void' template parameters in...
1997-11-26 Jason Merrillrtti.c (build_dynamic_cast): Handle template case here.
1997-11-26 Jason Merrilltypeck2.c (digest_init): Make copies where appropriate.
1997-11-26 Jason Merrillexcept.c (expand_start_catch_block): Fix catching a...
1997-11-25 Jason Merrilltypeck.c (mark_addressable): Don't assume a FUNCTION_DE...
1997-11-25 Jason Merrillexception.cc (struct cp_eh_info): Add handlers field.
1997-11-21 Jason Merrillexcept.c (expand_start_eh_spec): Use the try/catch...
1997-11-21 Jason Merrillexcept.c (expand_start_catch_block): We only need the...
1997-11-20 Jason MerrillMakefile.in (LIB2FUNCS): Remove C++ memory management...
1997-11-20 Jason Merrillmethod.c (build_decl_overload_real): Don't mess with...
1997-11-20 Jason Merrilldecl.c (start_decl): Don't just complain about a mismat...
1997-11-20 Jason Merrilldecl.c (make_implicit_typename): Handle case where...
1997-11-19 Jason Merrilldecl.c (make_implicit_typename): New fn.
1997-11-18 Bruno Haiblept.c (do_poplevel): Don't prohibit jumps into this...
1997-11-17 Jason Merrillsearch.c (dfs_record_inheritance): Ignore template...
1997-11-15 Jason Merrillcall.c (build_new_op): Fix copy error.
1997-11-13 Jason Merrillremoved unused parm to build_new_function_call
1997-11-13 Jason Merrillinit.c (build_new): Make the cleanup last longer.
1997-11-12 Jason Merrillthinko
1997-11-12 Jason Merrillpt.c (do_type_instantiation): Fix typo.
1997-11-12 Benjamin Kosnikcall.c (build_method_call): Call complete_type before...
1997-11-12 Jason Merrillinit.c (build_new): Handle freeing allocated memory...
1997-11-12 Jason Merrillexcept.c (expand_end_catch_block): Lose call to __sjpop...
1997-11-11 Jason Merrillexcept.c (do_pop_exception): Return a value.
1997-11-11 Jason Merrillcall.c (build_new_method_call): Handle getting a TEMPLA...
1997-11-11 Jason Merrilldecl.c (grokdeclarator): Tweak conditions for pedwarn...
1997-11-10 Jason Merrillstmt.c (expand_decl_cleanup_no_eh): New fn.
1997-11-09 Jim Wilsondecl.c (add_block_current_level): Delete.
1997-11-07 Jason Merrill* decl2.c (finish_file): Put back some code.
1997-11-07 Jason Merrilldecl2.c (finish_file): Remove redundant code.
1997-11-06 Brendan Kehoetweak to be in sync with devo
1997-11-06 Jason Merrillexcept.c (call_eh_info): Split out...
1997-11-04 Doug Evanslex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1997-11-03 Brendan Kehoerepo.c (rindex): Add decl unconditionally.
1997-11-02 Jason Merrill* class.c (build_vbase_path): Propagate the result...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-11-01 Brendan Kehoelex.c (FILE_NAME_NONDIRECTORY): Delete macro.
1997-11-01 Brendan Kehoeexcept.c (expand_builtin_throw): Replace remaining...
1997-10-31 Brendan Kehoeexcept.c (push_eh_info): Pass the number of fields...
1997-10-31 Jason Merrill[multiple changes]
1997-10-23 Jason Merrillpt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATIO...
1997-10-23 Brendan Kehoemethod.c (build_template_parm_names, [...]): Add static...
1997-10-20 Jason Merrillexcept.c (expand_exception_blocks): Call do_pending_sta...
1997-10-20 Mark Mitchelldecl.c (duplicate_decls): Handle template specializatio...
next
This page took 0.821293 seconds and 108 git commands to generate.