aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell14-815/+895
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka5-5/+20
2003-07-08re PR c++/11030 (Cannot befriend a template specialization)Kriang Lerdsuwanakij2-0/+8
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell18-927/+522
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi3-27/+21
2003-07-07* friend.c: Convert to ISO C90 prototypes.Andreas Jaeger1-12/+6
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger9-83/+56
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2-1/+6
2003-07-07* search.c (lookup_base_r): Remove unused variable.Andreas Jaeger2-2/+4
2003-07-07re PR debug/10055 (g++ emits "<internal>" as source filename with -gstabs+)Michael Chastain2-2/+15
2003-07-06call.c: Fix comment formatting.Kazu Hirata14-55/+71
2003-07-06re PR c++/11345 (ICE in build_base_path)Mark Mitchell3-54/+25
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth2-0/+9
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell9-69/+131
2003-07-05call.c: Fix comment typos.Kazu Hirata15-65/+82
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2-78/+39
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell12-359/+185
2003-07-04c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi2-4/+20
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell7-64/+53
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell5-72/+99
2003-07-03class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi5-16/+33
2003-07-02Fix a typo.Wolfgang Bangerth1-1/+1
2003-07-02re PR c++/10219 (ICE in maybe_adjust_types_for_deduction on invalid code)Nathan Sidwell3-0/+9
2003-07-02re PR c++/9779 (ICE in type_unknown_p when casting in static member)Nathan Sidwell3-1/+16
2003-07-02re PR c++/6949 (ICE in tsubst_decl, at cp/pt.c:5733)Mark Mitchell2-1/+7
2003-07-02* error.c (locate_error): %P takes an `int', not a `tree'.Kaveh R. Ghazi2-1/+5
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka12-90/+192
2003-07-01call.c (resolve_scoped_fn_name): Return error_mark_node for erroneous cases.Mark Mitchell2-1/+9
2003-07-01re PR c++/11149 (ICE on error when instantiation with call function of a base...Mark Mitchell2-0/+8
2003-07-01re PR c++/8046 (ICE on illegal code involving destructor being treated as bit...Giovanni Bajo2-0/+13
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell4-6/+18
2003-07-01re PR c++/9559 (ICE with invalid initialization of a static const member)Mark Mitchell2-6/+7
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth5-21/+13
2003-06-30re PR c++/4933 (tree_list not supported by dump_expr)Giovanni Bajo2-4/+22
2003-06-30pt.c (value_dependent_expression_p): Cast expressions are value-dependent als...Giovanni Bajo1-3/+6
2003-06-30mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR.Giovanni Bajo2-0/+9
2003-06-30Fix bad indentation due to changes in whitespace between patch creation and p...Wolfgang Bangerth1-7/+7
2003-06-30re PR c++/10750 (error with using template template expression in static cons...Giovanni Bajo2-2/+14
2003-06-30re PR c++/11106 (Error message gives partially mangled operator name)Giovanni Bajo2-1/+7
2003-06-29cp-tree.h (language_to_string): Adjust declaration.Gabriel Dos Reis4-37/+48
2003-06-29error.c (print_integer): Remove.Gabriel Dos Reis2-10/+8
2003-06-28error.c (print_instantiation_partial_context): Take a location_t.Nathan Sidwell2-10/+17
2003-06-28diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell3-36/+18
2003-06-28re PR c++/10784 (Warning about choosing custom operator over copy constructor...Nathan Sidwell2-2/+7
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg7-15/+25
2003-06-27re PR c++/10468 (const typeof(x) is non-const, but only in templates)Mark Mitchell2-1/+9
2003-06-27re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell2-13/+34
2003-06-27re PR c++/11332 (Spurious error with casts in ?: expression)Mark Mitchell2-3/+10
2003-06-26call.c (build_op_delete_call): Use strip_array_call.Nathan Sidwell2-5/+9
2003-06-26re PR c++/8266 (Explicit instantiation of a template outside its namespace is...Giovanni Bajo2-7/+20