aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-5/+5
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-3/+9
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-1/+1
2004-06-14re PR c++/15096 (parse error with templates and pointer to const member)Mark Mitchell1-1/+10
2004-06-11re PR c++/15862 ('enum yn' fails)Mark Mitchell1-10/+11
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell1-4/+14
2004-05-31call.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-28re PR c++/15083 (spurious "statement has no effect" warning)Mark Mitchell1-3/+1
2004-05-23re PR c++/14821 (Duplicate namespace alias declaration should not conflict)Mark Mitchell1-2/+13
2004-05-22name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by returning when ...Roger Sayle1-0/+4
2004-05-14name-lookup.c (struct scope_binding): New.Geoffrey Keating1-43/+45
2004-04-22* name-lookup.c (anonymous_namespace_name): Make static.Alan Modra1-1/+1
2004-04-01re PR c++/14810 (tree check failures with invalid code involving templates)Mark Mitchell1-1/+2
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-3/+3
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-5/+10
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell1-1/+13
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell1-1/+1
2004-03-09re PR c++/14432 (Built-ins lead to conflict even if no header file included)Mark Mitchell1-7/+14
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-27/+2
2004-03-08re PR debug/14079 (wrong debug info for extern boolean variable in debug mode)Matt Austern1-2/+6
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell1-4/+19
2004-02-23re PR c++/14143 (Overeager ADL)Giovanni Bajo1-1/+2