aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-10-09re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))Jason Merrill2-54/+56
2003-10-09tweak whitespaceJason Merrill1-2/+2
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill3-3/+22
2003-10-08cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.Giovanni Bajo3-4/+15
2003-10-08re PR c++/11097 (using template operator is broken)Giovanni Bajo2-0/+8
2003-10-07re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell6-9/+30
2003-10-06re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc)Mark Mitchell2-4/+8
2003-10-03decl.c (struct cp_binding_level): Move to name-lookup.hGabriel Dos Reis4-151/+155
2003-10-03name-lookup.c (binding_entry_free): Nullify name and type fields.Gabriel Dos Reis2-1/+7
2003-10-02re PR c++/12486 (Accepts IMHO invalid C++ code)Mark Mitchell2-1/+12
2003-09-30* decl.c (duplicate_decls): Copy DECL_SAVED_INSNS too.Richard Henderson2-1/+8
2003-09-30Convert to ISO C90 prototypes.Kelley Cook3-2/+7
2003-09-30decl.c (pop_binding): Don't mess with nullifying binding->scope here.Gabriel Dos Reis3-8/+33
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka2-0/+7
2003-09-28stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson2-2/+7
2003-09-28c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger6-12/+22
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis8-47/+61
2003-09-27Correct PR number.Kriang Lerdsuwanakij1-1/+1
2003-09-27re PR c++/11415 (Error message with ::::)Kriang Lerdsuwanakij2-0/+10
2003-09-27cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and...Gabriel Dos Reis6-108/+88
2003-09-26decl.c (pop_binding_level, [...]): Merge into leave_scope.Gabriel Dos Reis2-65/+52
2003-09-25re PR c++/5655 (Member redeclared within its class definition with a differen...Kriang Lerdsuwanakij2-2/+35
2003-09-23cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis5-115/+146
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson12-34/+44
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson12-39/+40
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson5-39/+30
2003-09-20apparently managed not to commit the crucial part of c++/12332Nathan Sidwell1-2/+7
2003-09-20re PR c++/157 (Duplicate error message for invalid elaborated type specifier)Kriang Lerdsuwanakij2-0/+30
2003-09-19re PR c++/495 (ICE in in lookup_template_class, at cp/pt.c:3961)Kriang Lerdsuwanakij2-0/+8
2003-09-19fix PR numberNathan Sidwell1-1/+1
2003-09-19re PR libstdc++/12232 (Incorrect handling of openmode argument in filebuf::se...Nathan Sidwell1-0/+7
2003-09-19decl.c (cxx_scope_descriptor): Fix thinko.Gabriel Dos Reis2-1/+9
2003-09-18re PR c++/12320 (ICE on use of undefined enum)Danny Smith2-0/+8
2003-09-18re PR c++/9848 (missing 'unused parameter' warning.)Nathan Sidwell3-9/+30
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle3-2/+5
2003-09-18* ChangeLog: Fix recent commit.Volker Reichelt1-1/+5
2003-09-18re PR c++/12316 (trouble with garbage collection)Volker Reichelt1-0/+5
2003-09-18c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis3-37/+11
2003-09-17tree-optimize.c (tree_rest_of_compilation): Save and restore input_location.Richard Henderson2-3/+4
2003-09-17re PR c++/12266 (incorrect instantiation of unneeded template during overload...Mark Mitchell4-3/+20
2003-09-17re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell4-0/+32
2003-09-17* semantics.c (expand_or_defer_fn): Inc/dec function_depth.Richard Henderson2-0/+8
2003-09-16re PR c++/7939 (ICE on function template specialization)Kriang Lerdsuwanakij2-5/+9
2003-09-16Cleaned up Jan's ChangeLog entriesR. Kelley Cook1-12/+12
2003-09-15re PR c++/12184 (ICE with trying to convert an incomplete type)Nathan Sidwell3-8/+20
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell7-201/+196
2003-09-15class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell1-1/+9
2003-09-14class.c (layout_class_type): Make DECL_MODE match TYPE_MODE for an bit-field ...Mark Mitchell2-0/+6
2003-09-14* rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls.Geoffrey Keating2-1/+6
2003-09-14alias.c: Follow spelling conventions.Kazu Hirata2-2/+7