aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-14re PR c++/4403 (incorrect class becomes a friend in template)Kriang Lerdsuwanakij1-9/+17
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-33/+58
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell1-0/+3
2005-03-02name-lookup.c (push_overloaded_decl): Don't error if the new decl matches the...Alexandre Oliva1-1/+2
2005-02-12re PR c++/14479 (enum definition in template class with template methods caus...Kriang Lerdsuwanakij1-2/+0
2005-01-31re PR c++/19395 (invalid scope qualifier allowed in typedef)Mark Mitchell1-20/+14
2005-01-31re PR c++/19457 (Warning depends on cached constant)Mark Mitchell1-4/+4
2005-01-25name-lookup.c (print_binding_level): Make static.Volker Reichelt1-3/+3
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-10/+8
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell1-16/+6
2004-12-22decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.Volker Reichelt1-3/+1
2004-12-22* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.Volker Reichelt1-1/+1
2004-12-09re PR c++/18514 (Alternate "asm" name ignored for redeclared builtin function...Matt Austern1-3/+9
2004-12-07name-lookup.c (leave_scope): We only need to update class_binding_level when ...Roger Sayle1-5/+10
2004-12-01Compile speed improvement.Matt Austern1-1/+4
2004-11-29re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij1-3/+6
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij1-358/+20
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-34/+38
2004-11-25Friend class name lookup 3/n, PR c++/3332Kriang Lerdsuwanakij1-13/+119
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij1-21/+31
2004-11-24re PR c++/17473 (typedef redefinition in struct is accepted)Mark Mitchell1-2/+7
2004-11-15Friend class name lookup 1/n, PR c++/18471Kriang Lerdsuwanakij1-7/+86
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-3/+3
2004-10-27name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.Mark Mitchell1-1/+1
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell1-0/+1
2004-10-15[multiple changes]Andrew Pinski1-1/+1
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-60/+58
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-20/+14
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-34/+28
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-1/+1
2004-08-17re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell1-3/+3
2004-08-02re PR c++/16707 (ICE with using)Mark Mitchell1-9/+11
2004-08-02re PR c++/16224 (internal compiler error: in write_unscoped_name (template/na...Mark Mitchell1-26/+5
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-7/+6
2004-07-20tree.h: Include vec.hNathan Sidwell1-5/+9
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-14/+6
2004-07-17class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell1-6/+1
2004-07-15name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.Mark Mitchell1-15/+7
2004-07-14cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell1-160/+278
2004-07-13cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell1-87/+22
2004-07-12* name-lookup.c (push_class_level_binding): Simplify.Mark Mitchell1-48/+45
2004-07-12missed in previous commitNathan Sidwell1-6/+7
2004-07-12call.c (build_operator_new_call): Avoid using push_to_top_level.Mark Mitchell1-30/+39
2004-07-11cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell1-52/+34
2004-07-08vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell1-12/+12
2004-07-08cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va...Mark Mitchell1-104/+173
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-2/+3
2004-07-03re PR c++/3761 (ICE in check_template_shadow, at cp/pt.c:2013, with friend an...Scott Brumbaugh1-1/+12
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-1/+0