summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell2003-07-069-69/+131
* call.c: Fix comment typos.Kazu Hirata2003-07-0515-65/+82
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-052-78/+39
* call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell2003-07-0412-359/+185
* c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi2003-07-042-4/+20
* call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell2003-07-037-64/+53
* re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell2003-07-035-72/+99
* class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi2003-07-035-16/+33
* Fix a typo.Wolfgang Bangerth2003-07-021-1/+1
* re PR c++/10219 (ICE in maybe_adjust_types_for_deduction on invalid code)Nathan Sidwell2003-07-023-0/+9
* re PR c++/9779 (ICE in type_unknown_p when casting in static member)Nathan Sidwell2003-07-023-1/+16
* re PR c++/6949 (ICE in tsubst_decl, at cp/pt.c:5733)Mark Mitchell2003-07-022-1/+7
* * error.c (locate_error): %P takes an `int', not a `tree'.Kaveh R. Ghazi2003-07-022-1/+5
* decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka2003-07-0212-90/+192
* call.c (resolve_scoped_fn_name): Return error_mark_node for erroneous cases.Mark Mitchell2003-07-012-1/+9
* re PR c++/11149 (ICE on error when instantiation with call function of a base...Mark Mitchell2003-07-012-0/+8
* re PR c++/8046 (ICE on illegal code involving destructor being treated as bit...Giovanni Bajo2003-07-012-0/+13
* c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2003-07-014-6/+18
* re PR c++/9559 (ICE with invalid initialization of a static const member)Mark Mitchell2003-07-012-6/+7
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-305-21/+13
* re PR c++/4933 (tree_list not supported by dump_expr)Giovanni Bajo2003-06-302-4/+22
* pt.c (value_dependent_expression_p): Cast expressions are value-dependent als...Giovanni Bajo2003-06-301-3/+6
* mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR.Giovanni Bajo2003-06-302-0/+9
* Fix bad indentation due to changes in whitespace between patch creation and p...Wolfgang Bangerth2003-06-301-7/+7
* re PR c++/10750 (error with using template template expression in static cons...Giovanni Bajo2003-06-302-2/+14
* re PR c++/11106 (Error message gives partially mangled operator name)Giovanni Bajo2003-06-302-1/+7
* cp-tree.h (language_to_string): Adjust declaration.Gabriel Dos Reis2003-06-294-37/+48
* error.c (print_integer): Remove.Gabriel Dos Reis2003-06-292-10/+8
* error.c (print_instantiation_partial_context): Take a location_t.Nathan Sidwell2003-06-282-10/+17
* diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell2003-06-283-36/+18
* re PR c++/10784 (Warning about choosing custom operator over copy constructor...Nathan Sidwell2003-06-282-2/+7
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-287-15/+25
* re PR c++/10468 (const typeof(x) is non-const, but only in templates)Mark Mitchell2003-06-272-1/+9
* re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell2003-06-272-13/+34
* re PR c++/11332 (Spurious error with casts in ?: expression)Mark Mitchell2003-06-272-3/+10
* call.c (build_op_delete_call): Use strip_array_call.Nathan Sidwell2003-06-262-5/+9
* re PR c++/8266 (Explicit instantiation of a template outside its namespace is...Giovanni Bajo2003-06-262-7/+20
* re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...Mark Mitchell2003-06-262-27/+61
* re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...Mark Mitchell2003-06-264-86/+199
* call.c (enforce_access): Assert we get a binfo.Nathan Sidwell2003-06-2413-69/+108
* method.c (thunk_labelno): Move outside ifdef block to make garbage collector ...Jan Hubicka2003-06-242-1/+8
* langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka2003-06-245-6/+25
* method.c: add prototype for make_alias_for_thunk.Andrew Pinski2003-06-242-0/+11
* i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek2003-06-234-7/+88
* decl.c (register_dtor_fn): Mark cleanup as used.Jan Hubicka2003-06-234-4/+25
* mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek2003-06-232-1/+6
* re PR c++/10784 (Warning about choosing custom operator over copy constructor...Gabriel Dos Reis2003-06-212-2/+8
* PC c++/10864Gabriel Dos Reis2003-06-212-8/+19
* re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...Gabriel Dos Reis2003-06-212-1/+7
* re PR c++/10749 (triple nested template classes in namespace need to qualify ns)Mark Mitchell2003-06-202-1/+5