]> gcc.gnu.org Git - gcc.git/history - gcc/cp
m88k.h: Change file pattern to match reality.
[gcc.git] / gcc / cp /
1998-02-18 Brendan Kehoe* cp-tree.h (strip_attrs): Remove decl.
1998-02-18 Brendan Kehoetree.h (merge_machine_{type,decl}_attributes): Declare.
1998-02-17 Mark Mitchellparse.y (initdcl0_innards): New grammar symbol.
1998-02-17 Jason Merrill* parse.y (simple_stmt): Use getdecls() to check for...
1998-02-14 Manfred HollsteinMake-lang.in (DEMANGLER_INSTALL_NAME, [...]): New macros.
1998-02-14 Jason Merrill* call.c (standard_conversion): Fix multi-level ptr...
1998-02-13 Jason Merrilldisable
1998-02-13 Jason Merrill* pt.c (determine_specialization): Give better errors.
1998-02-13 Mike Stump* init.c (build_new): Propagate error_mark_node up.
1998-02-13 Jason Merrillparse.y (simple_stmt): If the condition isn't a declara...
1998-02-13 Jason Merrilltweak message
1998-02-13 Andreas Schwabcall.c (build_over_call): Convert builtin abs, labs...
1998-02-13 Jason Merrill* call.c (standard_conversion): A BASE_CONV replaces...
1998-02-13 Jason Merrillcp-tree.h: Add access_protected_virtual_node.
1998-02-12 Benjamin Kosnikdecl.c (shadow_tag): Give error for typedef-ing built...
1998-02-12 Benjamin Kosnikdecl.c (shadow_tag): Give error for typedef-ing built...
1998-02-12 Mark Mitchellcall.c (reference_binding): Use comptypes when comparin...
1998-02-12 Mark Mitchelltypeck.c (build_ptrmemfunc): Typecheck pointer-to-membe...
1998-02-11 Mark Mitchelltree.c (is_overloaded_fn): Use really_overloaded_fn.
1998-02-11 Mark Mitchellcp-tree.h (push_template_decl): Return the decl passed...
1998-02-10 Jason Merrill* pt.c (convert_nontype_argument): Fix typo.
1998-02-10 Jason Merrillpt.c (check_explicit_specialization): Allow old-style...
1998-02-10 Jason Merrilldecl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead...
1998-02-10 Andrew MacleodAdd support for squangling.
1998-02-10 Andrew MacleodAdd -fsquangle and -fno-squangle.
1998-02-10 Andrew MacleodAdd declaration for flag_do_squangling.
1998-02-10 Andrew MacleodAdd -fsquangle to option processing list.
1998-02-10 Andrew MacleodAdd squangling support. (First cut at improved Name...
1998-02-08 Scott Snyder* method.c (make_thunk): Avoid name buffer overflow.
1998-02-07 Jason Merrillpt.c (instantiate_decl): Call cp_finish_decl for vars...
1998-02-07 Jason Merrill* parse.y (nomods_initdcl0): Add constructor_declarator...
1998-02-06 Jason Merrill* tinfo2.cc: Add tinfo for signed char.
1998-02-05 Mike Stumpsearch.c (compute_access): Handle protected constructor...
1998-02-04 Jason Merrillexpr.c (cplus_expand_expr, [...]): Call convert_from_re...
1998-02-03 Mark Mitchellcvt.c (ocp_convert): Obtain the constant values from...
1998-02-03 Jason Merrilldecl.c: Lose arg_looking_for_template.
1998-02-03 Kriang Lerdsuwanakijerror.c (dump_decl): Fix type of default arguments...
1998-02-03 Mumit Khan* lex.c (file_name_nondirectory): Also check for '/'.
1998-02-03 Mark Mitchellparse.y (primary): Deal with statement-expressions...
1998-02-02 Mark Mitchellcall.c (add_template_candidate_real): Pass extra parame...
1998-02-02 Mark Mitchellcp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
1998-02-02 Kaveh R. GhaziVarious fixes for -Wall problems from Kaveh. See Chang...
1998-02-01 J"orn Renneckedecl.c (init_decl_processing): Use set_sizetype.
1998-01-29 Mark Mitchellpt.c (convert_nontype_argument): Move check for is_over...
1998-01-29 Jason Merrillclass.c (instantiate_type): Don't just return a known...
1998-01-28 Jason Merrillcp-tree.h (grok_enum_decls): Remove type parameter.
1998-01-27 Mark Mitchellcall.c (add_template_candidate_real): New function.
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-26 Anthony Greenflags.h: New flag (optimize_size).
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-24 Jason Merrilltweak
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 Brendan Kehoelose text after #endif
1998-01-22 Kriang Lerdsuwanakijpt.c (coerce_template_parms): Don't access elements...
1998-01-21 Jason Merrillupdate
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-09 Brendan Kehoefix comment at the top (just noticed)
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-19 Jason Merrilltweak
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 Merrillupdate
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 John F. Carrtree.c, tree.h: Change tree_code_type, tree_code_length...
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...
next
This page took 0.135568 seconds and 8 git commands to generate.