aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-20re PR c++/14199 (Unjustified warning about unused variable)Mark Mitchell1-1/+1
2004-02-20re PR c++/14186 (enum in base class conflicts with derived class)Mark Mitchell1-3/+7
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a...Mark Mitchell1-0/+31
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-10/+19
2004-01-27Makefile.in (dwarf2out.o): Depend on input.hDevang Patel1-4/+68
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell1-8/+2
2004-01-15re PR c++/13659 (error: no matching function for call to)Alexandre Oliva1-24/+10
2004-01-15re PR c++/13594 (namespace association vs. templates part two)Alexandre Oliva1-6/+27
2004-01-09name-lookup.c (qualified_lookup_using_namespace): Consider strong using direc...Alexandre Oliva1-9/+14
2004-01-05re PR c++/13157 (Argument Dependent Lookup Failure)Mark Mitchell1-20/+21
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-2/+1
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-13/+13
2003-12-19re PR c++/12795 (ICE with attribute __alias__)Mark Mitchell1-1/+1
2003-12-16re PR c++/2294 (using declaration confusion)Giovanni Bajo1-1/+5