aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell1-27/+18
2003-07-03class.c (add_method, [...]): Fix format specifier.Kaveh R. Ghazi1-11/+16
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-1/+1
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-4/+7
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-27re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell1-13/+26
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-3/+3
2003-06-23decl.c (register_dtor_fn): Mark cleanup as used.Jan Hubicka1-0/+1
2003-06-21re PR c++/10915 (a not-useful non-avoidable warning: conversion to a referen...Gabriel Dos Reis1-1/+1
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell1-15/+29
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell1-23/+34
2003-06-17re PR c++/10929 (-Winline warns about functions for which no definition is vi...Jason Merrill1-1/+1
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell1-1/+1
2003-06-10[multiple changes]Geoffrey Keating1-2/+3
2003-06-07* cp/decl.c (xref_tag): Remove undefined macro NONNESTED_CLASSES.Andreas Jaeger1-5/+0
2003-06-04decl.c (grokdeclarator): Error_mark_node in, error_mark_node out.J"orn Rennecke1-1/+3
2003-06-04cp-tree.h (CP_AGGREGATE_TYPE_P): Accept vectors.Jason Merrill1-3/+3
2003-05-31decl.c (cp_binding_level::this_entity): Rename from this_class.Gabriel Dos Reis1-109/+125
2003-05-29decl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.Gabriel Dos Reis1-77/+69
2003-05-29name-lookup.h (global_scope_p): New macro.Gabriel Dos Reis1-35/+22
2003-05-21re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at to...Danny Smith1-0/+9
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-106/+101
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-23/+6
2003-05-05tweak commentJason Merrill1-1/+1
2003-05-05Fix a typo overlooked in the previous commit.Kriang Lerdsuwanakij1-1/+1
2003-05-05* decl.c: Fix typos.Kriang Lerdsuwanakij1-3/+3
2003-05-05re PR c++/4494 (Possible problem with compiler warnings on main())Kriang Lerdsuwanakij1-2/+3
2003-05-03PR c++/9364, c++/10553, c++/10586Kriang Lerdsuwanakij1-0/+5
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-4/+2
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-7/+7
2003-04-30decl.c (check_previous_goto_1): Adjust prototype.Gabriel Dos Reis1-15/+11
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell1-2/+15
2003-04-29Remove accidental commitMark Mitchell1-15/+2
2003-04-29decl.c (maybe_commonize_var): Further tweak support for systems without weak ...Mark Mitchell1-20/+33
2003-04-28* decl.c (maybe_commonize_var): Fix thinko in last patch.Mark Mitchell1-1/+1
2003-04-27decl.c (maybe_commonize_var): Make the code match the comments.Mark Mitchell1-5/+8
2003-04-23re PR c++/9847 (ICE on :?-operator with double class definition in expand_expr)Mark Mitchell1-1/+1
2003-04-22re PR c++/10428 (struct <typedef'ed name> causes ICE in write_unscoped_name)Mark Mitchell1-17/+44
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-0/+6
2003-04-17re PR c/10375 (Function-local external decls of builtins don't get attributes)Roger Sayle1-0/+3
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle1-2/+3
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-1/+1
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg1-3/+3
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-1/+0
2003-04-05decl.c (set_current_binding_level): Delete, revert last change.Kaveh R. Ghazi1-22/+14
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi1-21/+40
2003-03-30re PR c++/7647 (ICE when data member has the name of the enclosing class)Mark Mitchell1-10/+7
2003-03-30cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype.Gabriel Dos Reis1-122/+18