]> gcc.gnu.org Git - gcc.git/history - gcc/cp/call.c
call.c: Fix comment formatting.
[gcc.git] / gcc / cp / call.c
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-16 Nathan Sidwellre PR c++/13387 (assignment to base class corrupts...
2003-12-13 Kazu HirataChangeLog: Fix typos.
2003-12-09 Jason Merrillre PR c++/11971 (ICE in cp_expr_size with variadic...
2003-11-17 Jason Merrillinit.c (build_new_1): Preevaluate placement args.
2003-11-02 Kriang Lerdsuwanakijre PR c++/9810 (Using-declaration for template function...
2003-10-22 Kazu Hiratacall.c: Fix comment formatting.
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-10-07 Mark Mitchellre PR c++/10147 (Confusing error message for invalid...
2003-09-27 Gabriel Dos Reisname-lookup.h (get_global_value_if_present): New function.
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-18 Danny Smithre PR c++/12320 (ICE on use of undefined enum)
2003-09-17 Mark Mitchellre PR c++/12266 (incorrect instantiation of unneeded...
2003-09-15 Mark Mitchellre PR c++/3907 (nested template parm collides with...
2003-09-07 Mark Mitchellre PR c++/11867 (static_cast ignores ambiguity)
2003-09-05 Mark Mitchellre PR c++/12163 (static_cast + explicit ctor regression)
2003-09-05 Nathan Sidwellre PR c++/12037 (Spurious "statement has no effect...
2003-09-04 Mark MitchellRemove cast-as-lvalue extension.
2003-09-01 Mark Mitchellre PR c++/12114 ([3.3.2] Uninitialized memory accessed...
2003-08-29 Mark Mitchellinit.c (decl_constant_value): Deal with COND_EXPR speci...
2003-08-28 Mark Mitchellre PR rtl-optimization/5079 (Reference to static const...
2003-08-26 Nathan Sidwellbuiltins.c (build_function_call_expr): Don't set TREE_S...
2003-08-25 Mark Mitchellre PR target/8795 ([PPC] Altivec related bugs concernin...
2003-08-21 Jason Merrillre PR c++/11283 (ICE in build_conditional_expr)
2003-08-21 Mark Mitchellre PR c++/11551 (g++ accepts typedef as destructor...
2003-08-12 Mark Mitchellre PR c++/11703 (Problem with using enum in placement...
2003-08-12 Aldy Hernandezcall.c (standard_conversion): Opaque pointers interconvert.
2003-08-10 Nathan Sidwellre PR c++/11670 (ICE in convert_like_real on illegal...
2003-08-07 Aldy HernandezMake-lang.in (cp/call.o): Add dependency for target.h.
2003-07-29 Mark Mitchellre PR c++/11667 (wider-than-int enums never compare...
2003-07-27 Mark Mitchellcall.c (standard_conversion): Tweak handling of pointer...
2003-07-24 Mark Mitchellcp-tree.h (convert_to_base_statically): Declare.
2003-07-23 Mark Mitchellre PR c++/11645 (Failure to deal with using and private...
2003-07-23 Mark Mitchellre PR c++/11517 (g++ fails to properly convert pointer...
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 Nathan Sidwellcp-tree.h (enum cp_lvalue_kind): Add clk_packed.
2003-07-19 Kaveh R. Ghazifixfixes.c [...]: Remove unnecessary casts.
2003-07-18 Nathan Sidwellcp-tree.h (finish_non_static_data_member): Add object...
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.
next
This page took 0.874695 seconds and 108 git commands to generate.