]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/call.c
cp-tree.def (LOOKUP_EXPR): Remove.
[thirdparty/gcc.git] / gcc / cp / call.c
2003-07-16  Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-14  Gabriel Dos Reisre PR c++/11510 (Error message with operator __imag__...
2003-07-14  Gabriel Dos Reisre PR c++/5293 (confusing message when binding a tempor...
2003-07-14  Mark Mitchellre PR c++/11493 (tree check ICE in error.c)
2003-07-09  Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-08  Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06  Kazu Hiratacall.c: Fix comment formatting.
2003-07-06  Mark Mitchellre PR c++/11431 (static_cast behavior with subclasses...
2003-07-05  Kazu Hiratacall.c: Fix comment typos.
2003-07-04  Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-03  Mark Mitchellcall.c (build_scoped_method_call): Use convert_to_void.
2003-07-02  Jan Hubickadecl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
2003-07-01  Mark Mitchellcall.c (resolve_scoped_fn_name): Return error_mark_node...
2003-07-01  Mark Mitchellre PR c++/11149 (ICE on error when instantiation with...
2003-06-28  Nathan Sidwellre PR c++/10784 (Warning about choosing custom operator...
2003-06-26  Nathan Sidwellcall.c (build_op_delete_call): Use strip_array_call.
2003-06-26  Mark Mitchellre PR c++/10931 (valid conversion static_cast<const...
2003-06-24  Nathan Sidwellcall.c (enforce_access): Assert we get a binfo.
2003-06-21  Gabriel Dos Reisre PR c++/10784 (Warning about choosing custom operator...
2003-06-21  Gabriel Dos ReisPC c++/10864
2003-06-20  Mark Mitchellre PR middle-end/11041 (ICE: const myclass &x = *x...
2003-06-17  Andreas Jaegerexcept.c: Remove duplicate declaration of push_eh_cleanup.
2003-05-15  Jason Merrillre PR c++/5388 (Incorrect message "operands to ?: have...
2003-05-15  Mark Mitchellcall.c (build_op_delete_call): Avoid creating unnecessa...
2003-05-10  Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-05-07  Jason Merrillcall.c (build_conditional_expr): Don't assume that...
2003-05-05  Jason Merrillre PR c++/9537 ([New parser] problem handling const...
2003-04-29  Kriang Lerdsuwanakijc-pragma.c (maybe_apply_renaming_pragma): Fix typo.
2003-04-24  Sylvain Pion* call.c (print_z_candidates): Fix off by one error.
2003-04-24  Nathan Sidwellre PR c++/10337 ("ambiguous overload"-error for non...
2003-04-24  Mark Mitchellre PR c++/10471 (SegFault in build_cxx_call)
2003-04-22  Mark MitchellMakefile.in (calls.o): Depend on except.h.
2003-04-12  Zack Weinbergconfigure.in: Check for wchar.h, mbstowcs, and wcswidth.
2003-04-07  Zack Weinbergcall.c: Include intl.h.
2003-03-29  Jason Merrillre PR c++/10245 (?: operator requires public copy const...
2003-03-25  Jason Merrillcall.c (print_z_candidate): Change name of first arg...
2003-03-22  Nathan SidwellPR c++/9978, c++/9708
2003-03-19  Jason Merrillfix typo
2003-03-19  Jason MerrillPR c++/8316, c++/9315, c++/10136
2003-03-13  Jason Merrillre PR c++/9420 (incomplete type incorrectly reported)
2003-03-13  Mark Mitchellcall.c (initialize_reference): Remove bogus assertion.
2003-03-11  Mark Mitchellre PR c++/8700 (unhelpful error message for binding...
2003-03-11  Mark Mitchell16077.C: Adjust warnings.
2003-03-10  Jason Merrillre PR c++/9868 (ICE in c_expand_expr when qualifying...
2003-03-08  Mark Mitchellre PR c++/9809 (when are builtins brought into view)
2003-03-07  Mark Mitchellcall.c (reference_binding): Remove REF_IS_VAR parameter.
2003-03-07  Mark Mitchellcall.c (merge_conversion_sequences): New function.
2003-03-06  Mark MitchellFix typo in previous patch
2003-03-06  Mark Mitchellre PR c++/9965 (ICE in cp_expr_size)
2003-03-05  Jason Merrillre PR c++/9440 (error message about "non-lvalue in...
2003-03-03  Mark Mitchellre PR c++/9878 (error: non-lvalue in unary `&' wrongly...
2003-02-20  Nathan SidwellChange base class access representation.
2003-02-15  Nathan Sidwellsearch.c: ANSIfy function declarations and definitions.
2003-02-04  Mark Mitchellre PR c++/7129 (ICE with min/max assignment operators...
2003-01-30  Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-17  Jason Merrillre PR c++/9342 (another ICE in cp_expr_size at cp/cp...
2003-01-13  Jason Merrillre PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c...
2003-01-10  Geoffrey KeatingMerge from pch-branch.
2003-01-03  Jason Merrillfold-const.c (fold): Avoid NOP_EXPRs better.
2003-01-02  Mark Mitchellcall.c (build_new_method_call): Fix typo in message...
2003-01-01  Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-28  Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-26  Nathan SidwellPR c++/5116, c++/764
2002-12-24  Nathan Sidwellre PR c++/7964 (ICE in build_base_path)
2002-12-23  Gabriel Dos Reis* call.c (tourney, build_field_call, equal_functions...
2002-12-17  Jason Merrillc-semantics.c (add_scope_stmt): Abort if the end SCOPE_...
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-04  Jason MerrillPR c++/8461, c++/8625
2002-12-03  Jason Merrillcall.c (build_user_type_conversion_1): Don't set ICS_BA...
2002-11-04  Mark Mitchellcall.c (build_special_member_call): Do not try to looku...
2002-10-31  Jason Merrillre PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang...
2002-10-26  Mark Mitchellcall.c (build_over_call): Use DECL_CONTEXT, not DECL_VI...
2002-10-15  Jason Merrillcall.c (call_builtin_trap): New fn.
2002-09-21  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-15  Nathan Sidwellre PR c++/7919 (using declarations screw this pointer)
2002-09-13  Matt Austerncp-tree.h, tree.c: New function non_cast_lvalue_p.
2002-09-13  Kazu Hiratacall.c: Fix comment formatting.
2002-09-04  Jason Merrilltypeck2.c (add_exception_specifier): Only pedwarn for...
2002-08-09  Mark Mitchellcall.c (standard_conversion): Use build_ptrmem_type.
2002-08-09  Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08  Mark MitchellRework build_component_ref.
2002-08-02  Mark MitchellFix typo
2002-08-02  Mark Mitchellcall.c (build_method_call): Issue a more helpful error...
2002-08-02  Jason Merrilllanghooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
2002-08-01  Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-26  Jason Merrillfunction.c (assign_parms): Handle frontend-directed...
2002-07-01  Roger Sayletree.h: Modify builtin_function interface to take an...
2002-06-25  Mark Mitchellcall.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2002-06-04  Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-20  Alexandre Olivacall.c (any_strictly_viable): New.
2002-04-19  Neil Boothbuiltins.c: Include langhooks.h.
2002-04-18  Neil Boothc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
2002-04-13  Mark Mitchellre PR c++/5189 (g++ -c bug.cpp crashed on simple stupid...
2002-04-06  Jason Merrillre PR c++/525 (Problem with Multiple Inheritance and...
2002-04-01  Neil Boothc-decl.c (grokdeclarator): Update.
2002-03-27  Mark Mitchellre PR c++/4884 (g++ 3.0.2 problem with -fvolatile)
2002-03-18  Jason MerrillPR c++/4222, c++/5995
2002-03-17  Jason Merrillfix comment
2002-03-16  Nathan Sidwellre PR c++/4361 (bogus ambiguity taking the address...
2002-03-14  Jakub Jelinekcall.c (build_over_call): Set TREE_NO_UNUSED_WARNING...
next