re PR c++/21087 (ICE in do_nonmember_using_decl)
[gcc.git] / gcc / cp / name-lookup.c
2005-04-22 Alexandre Olivare PR c++/21087 (ICE in do_nonmember_using_decl)
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-03-14 Kriang Lerdsuwanakijre PR c++/4403 (incorrect class becomes a friend in...
2005-03-14 Kriang LerdsuwanakijFriend class name lookup 5/n PR c++/1016
2005-03-09 Mark Mitchellre PR c++/20142 (implicit assignment operator with...
2005-03-02 Alexandre Olivaname-lookup.c (push_overloaded_decl): Don't error if...
2005-02-12 Kriang Lerdsuwanakijre PR c++/14479 (enum definition in template class...
2005-01-31 Mark Mitchellre PR c++/19395 (invalid scope qualifier allowed in...
2005-01-31 Mark Mitchellre PR c++/19457 (Warning depends on cached constant)
2005-01-25 Volker Reicheltname-lookup.c (print_binding_level): Make static.
2005-01-05 Nathan Sidwellre PR c++/19030 (ice on tree check)
2004-12-30 Mark Mitchellcp-tree.h (cp_declarator): Split "name" field into...
2004-12-22 Volker Reicheltdecl.c (define_label): Use POP_TIMEVAR_AND_RETURN.
2004-12-22 Volker Reichelt* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_...
2004-12-09 Matt Austernre PR c++/18514 (Alternate "asm" name ignored for redec...
2004-12-07 Roger Saylename-lookup.c (leave_scope): We only need to update...
2004-12-01 Matt AusternCompile speed improvement.
2004-11-29 Kriang Lerdsuwanakijre PR c++/18652 (ICE on invalid redeclaration)
2004-11-26 Kriang LerdsuwanakijFriend class name lookup 4/n
2004-11-25 Mark Mitchellre PR c++/18001 (Badly formatted error message (quotati...
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 3/n, PR c++/3332
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 2/n, PR c++/14513, c++/15410
2004-11-24 Mark Mitchellre PR c++/17473 (typedef redefinition in struct is...
2004-11-15 Kriang LerdsuwanakijFriend class name lookup 1/n, PR c++/18471
2004-11-08 Kazu Hirataclass.c, [...]: Fix comment formatting.
2004-11-01 Gabriel Dos ReisConvert diagnostics to use quoting flag q 9/n
2004-10-27 Mark Mitchellname-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
2004-10-27 Mark Mitchellre PR c++/18093 (bogus conflict in namespace aliasing)
2004-10-15 Andrew Pinski[multiple changes]
2004-10-05 Gabriel Dos ReisConvert diagnostics to use quoting flag q 4/n
2004-08-30 Nathan Sidwellname-lookup.c (pop_binding, [...]): Replace abort with...
2004-08-27 Nathan Sidwellcall.c (validate_conversion_obstack): Replace my_friend...
2004-08-23 Nathan Sidwelltree.h (build_distinct_type_copy): New.
2004-08-17 Mark Mitchellre PR c++/16965 (Confusing mismatch in error messages)
2004-08-02 Mark Mitchellre PR c++/16707 (ICE with using)
2004-08-02 Mark Mitchellre PR c++/16224 (internal compiler error: in write_unsc...
2004-07-25 Gabriel Dos Reiscp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-19 Nathan Sidwellvec.h: Propagate location information properly.
2004-07-17 Mark Mitchellclass.c (finish_struct_methods): Remove unncessary...
2004-07-15 Mark Mitchellname-lookup.c (set_inherited_value_binding_p): Add...
2004-07-14 Mark Mitchellcp-tree.h (IDENTIFIER_VALUE): Remove.
2004-07-13 Mark Mitchellcp-tree.h (lang_identifier): Remove class_value.
2004-07-12 Mark Mitchell* name-lookup.c (push_class_level_binding): Simplify.
2004-07-12 Nathan Sidwellmissed in previous commit
2004-07-12 Mark Mitchellcall.c (build_operator_new_call): Avoid using push_to_t...
2004-07-11 Mark Mitchellcp-tree.h (saved_scope): Make old_bindings a vector.
2004-07-08 Nathan Sidwellvec.c (vec_p_reserve, [...]): Allocation is signed.
2004-07-08 Mark Mitchellcp-tree.h (saved_scope): Remove x_previous_class_type...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-03 Scott Brumbaughre PR c++/3761 (ICE in check_template_shadow, at cp...
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-20 Zack Weinbergc-common.h (has_c_linkage): New interface.
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-14 Mark Mitchellre PR c++/15096 (parse error with templates and pointer...
2004-06-11 Mark Mitchellre PR c++/15862 ('enum yn' fails)
2004-05-31 Mark Mitchellre PR c++/15742 ('noreturn' attribute ignored in method...
2004-05-31 Kazu Hiratacall.c, [...]: Fix comment formatting.
2004-05-28 Mark Mitchellre PR c++/15083 (spurious "statement has no effect...
2004-05-23 Mark Mitchellre PR c++/14821 (Duplicate namespace alias declaration...
2004-05-22 Roger Saylename-lookup.c (check_for_out_of_scope_variable): Avoid...
2004-05-14 Geoffrey Keatingname-lookup.c (struct scope_binding): New.
2004-04-22 Alan Modra* name-lookup.c (anonymous_namespace_name): Make static.
2004-04-01 Mark Mitchellre PR c++/14810 (tree check failures with invalid code...
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-03-20 Mark Mitchellcall.c (build_op_delete_call): Do not forget the placem...
2004-03-19 Mark Mitchellsemantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-19 Mark Mitchellc-common.c (pointer_int_sum): Do not complain about...
2004-03-09 Mark Mitchellre PR c++/14432 (Built-ins lead to conflict even if...
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-03-08 Matt Austernre PR debug/14079 (wrong debug info for extern boolean...
2004-03-01 Mark Mitchellre PR c++/14138 (100x -O0 C++ Compile Time Regression...
2004-02-23 Giovanni Bajore PR c++/14143 (Overeager ADL)
2004-02-20 Mark Mitchellre PR c++/14199 (Unjustified warning about unused variable)
2004-02-20 Mark Mitchellre PR c++/14186 (enum in base class conflicts with...
2004-02-16 Mark Mitchellre PR c++/13971 (ICE when compiling koffice-cvs (in...
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-01-27 Devang PatelMakefile.in (dwarf2out.o): Depend on input.h
2004-01-26 Mark Mitchellclass.c (add_method): Just check processing_template_de...
2004-01-15 Alexandre Olivare PR c++/13659 (error: no matching function for call to)
2004-01-15 Alexandre Olivare PR c++/13594 (namespace association vs. templates...
2004-01-09 Alexandre Olivaname-lookup.c (qualified_lookup_using_namespace): Consi...
2004-01-05 Mark Mitchellre PR c++/13157 (Argument Dependent Lookup Failure)
2003-12-22 Mark Mitchellre PR c++/12862 (Conflicts Between typedefs/enums and...
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-19 Kazu Hiratacvt.c: Remove uses of "register" specifier in declarati...
2003-12-19 Mark Mitchellre PR c++/12795 (ICE with attribute __alias__)
2003-12-16 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-12-08 Jason Merrillname-lookup.c, [...]: Revert Giovanni's patch from...
2003-12-08 Jason MerrillGive the anonymous namespace a null DECL_NAME.
2003-12-07 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-15 Bernardo Innocentire PR c++/2294 (using declaration confusion)
2003-11-14 Giovanni Bajore PR c++/2294 (using declaration confusion)
2003-11-12 Mark Mitchellre PR c++/12735 (duplicate error messages for redeclara...
2003-11-11 Jason Merrillcp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
2003-11-10 Gabriel Dos Reisre PR c++/12832 (ICE: tree check: expected class 'd...
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-10-14 Gabriel Dos ReisBreack out decl.c (3/n)
next