aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-26re PR c++/10990 (Cannot convert with dynamic_cast<> to a private base class f...Mark Mitchell2-27/+61
2003-06-26re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...Mark Mitchell4-86/+199
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell13-69/+108
2003-06-24method.c (thunk_labelno): Move outside ifdef block to make garbage collector ...Jan Hubicka2-1/+8
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka5-6/+25
2003-06-24method.c: add prototype for make_alias_for_thunk.Andrew Pinski2-0/+11
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek4-7/+88
2003-06-23decl.c (register_dtor_fn): Mark cleanup as used.Jan Hubicka4-4/+25
2003-06-23mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it.Jakub Jelinek2-1/+6
2003-06-21re PR c++/10784 (Warning about choosing custom operator over copy constructor...Gabriel Dos Reis2-2/+8
2003-06-21PC c++/10864Gabriel Dos Reis2-8/+19
2003-06-21re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...Gabriel Dos Reis2-1/+7
2003-06-20re PR c++/10749 (triple nested template classes in namespace need to qualify ns)Mark Mitchell2-1/+5
2003-06-20re PR c++/10845 (template member function (getting a nested template as param...Mark Mitchell2-1/+8
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2-1/+6
2003-06-20re PR c++/10939 (ICE with templated code)Mark Mitchell2-2/+18
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell4-23/+48
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell7-40/+87
2003-06-20Fix for PR c++/11228, infinite loop for new int[n]().Matt Austern2-1/+15
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger2-6/+7
2003-06-19pt.c: Convert to ISO C.Nathanael Nerode3-664/+399
2003-06-18cp-tree.h (comp_except_specs, [...]): Return bool.Nathan Sidwell3-257/+164
2003-06-18cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell7-247/+215
2003-06-18mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again.Mark Mitchell2-1/+6
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2-1/+6
2003-06-17mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string.Mark Mitchell2-1/+7
2003-06-17re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill2-1/+7
2003-06-17Correct PR number.Mark Mitchell1-1/+1
2003-06-17re PR c++/10712 (ICE in constructor_name_full, at cp/decl2.c:1255)Mark Mitchell2-0/+6
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell4-114/+176
2003-06-17except.c: Remove duplicate declaration of push_eh_cleanup.Andreas Jaeger3-3/+6
2003-06-17mangle.c: Convert to ISO C.Nathanael Nerode2-201/+136
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi5-7/+12
2003-06-16* tree.c: Convert to ISO C.Nathanael Nerode2-251/+147
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata5-10/+17
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell4-3/+9
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth2-2/+5
2003-06-13* lex.c: Convert to ISO C.Nathanael Nerode2-74/+47
2003-06-13init.c: removes use of PARAMS macro.Nathanael Nerode2-122/+59
2003-06-13* rtti.c: Remove PARAMS.Nathanael Nerode2-21/+23
2003-06-13* typeck2.c: Convert to ISO C.Nathanael Nerode2-46/+24