| Commit message (Expand) | Author | Age | Files | Lines |
* | name-lookup.c (print_binding_level): Make static. | Volker Reichelt | 2005-01-25 | 1 | -3/+3 |
* | re PR c++/19030 (ice on tree check) | Nathan Sidwell | 2005-01-05 | 1 | -10/+8 |
* | cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua... | Mark Mitchell | 2004-12-30 | 1 | -16/+6 |
* | decl.c (define_label): Use POP_TIMEVAR_AND_RETURN. | Volker Reichelt | 2004-12-22 | 1 | -3/+1 |
* | * name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN. | Volker Reichelt | 2004-12-22 | 1 | -1/+1 |
* | re PR c++/18514 (Alternate "asm" name ignored for redeclared builtin function... | Matt Austern | 2004-12-09 | 1 | -3/+9 |
* | name-lookup.c (leave_scope): We only need to update class_binding_level when ... | Roger Sayle | 2004-12-07 | 1 | -5/+10 |
* | Compile speed improvement. | Matt Austern | 2004-12-01 | 1 | -1/+4 |
* | re PR c++/18652 (ICE on invalid redeclaration) | Kriang Lerdsuwanakij | 2004-11-29 | 1 | -3/+6 |
* | Friend class name lookup 4/n | Kriang Lerdsuwanakij | 2004-11-26 | 1 | -358/+20 |
* | re PR c++/18001 (Badly formatted error message (quotation problem)) | Mark Mitchell | 2004-11-25 | 1 | -34/+38 |
* | Friend class name lookup 3/n, PR c++/3332 | Kriang Lerdsuwanakij | 2004-11-25 | 1 | -13/+119 |
* | Friend class name lookup 2/n, PR c++/14513, c++/15410 | Kriang Lerdsuwanakij | 2004-11-25 | 1 | -21/+31 |
* | re PR c++/17473 (typedef redefinition in struct is accepted) | Mark Mitchell | 2004-11-24 | 1 | -2/+7 |
* | Friend class name lookup 1/n, PR c++/18471 | Kriang Lerdsuwanakij | 2004-11-15 | 1 | -7/+86 |
* | class.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-11-08 | 1 | -1/+1 |
* | Convert diagnostics to use quoting flag q 9/n | Gabriel Dos Reis | 2004-11-01 | 1 | -3/+3 |
* | name-lookup.c (do_namespace_alias): Use FROB_CONTEXT. | Mark Mitchell | 2004-10-27 | 1 | -1/+1 |
* | re PR c++/18093 (bogus conflict in namespace aliasing) | Mark Mitchell | 2004-10-27 | 1 | -0/+1 |
* | [multiple changes] | Andrew Pinski | 2004-10-15 | 1 | -1/+1 |
* | Convert diagnostics to use quoting flag q 4/n | Gabriel Dos Reis | 2004-10-05 | 1 | -60/+58 |
* | name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre... | Nathan Sidwell | 2004-08-30 | 1 | -20/+14 |
* | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 2004-08-27 | 1 | -34/+28 |
* | tree.h (build_distinct_type_copy): New. | Nathan Sidwell | 2004-08-23 | 1 | -1/+1 |
* | re PR c++/16965 (Confusing mismatch in error messages) | Mark Mitchell | 2004-08-17 | 1 | -3/+3 |
* | re PR c++/16707 (ICE with using) | Mark Mitchell | 2004-08-02 | 1 | -9/+11 |
* | re PR c++/16224 (internal compiler error: in write_unscoped_name (template/na... | Mark Mitchell | 2004-08-02 | 1 | -26/+5 |
* | cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | Gabriel Dos Reis | 2004-07-25 | 1 | -7/+6 |
* | tree.h: Include vec.h | Nathan Sidwell | 2004-07-20 | 1 | -5/+9 |
* | vec.h: Propagate location information properly. | Nathan Sidwell | 2004-07-19 | 1 | -14/+6 |
* | class.c (finish_struct_methods): Remove unncessary code. | Mark Mitchell | 2004-07-17 | 1 | -6/+1 |
* | name-lookup.c (set_inherited_value_binding_p): Add class_type parameter. | Mark Mitchell | 2004-07-15 | 1 | -15/+7 |
* | cp-tree.h (IDENTIFIER_VALUE): Remove. | Mark Mitchell | 2004-07-14 | 1 | -160/+278 |
* | cp-tree.h (lang_identifier): Remove class_value. | Mark Mitchell | 2004-07-13 | 1 | -87/+22 |
* | * name-lookup.c (push_class_level_binding): Simplify. | Mark Mitchell | 2004-07-12 | 1 | -48/+45 |
* | missed in previous commit | Nathan Sidwell | 2004-07-12 | 1 | -6/+7 |
* | call.c (build_operator_new_call): Avoid using push_to_top_level. | Mark Mitchell | 2004-07-12 | 1 | -30/+39 |
* | cp-tree.h (saved_scope): Make old_bindings a vector. | Mark Mitchell | 2004-07-11 | 1 | -52/+34 |
* | vec.c (vec_p_reserve, [...]): Allocation is signed. | Nathan Sidwell | 2004-07-08 | 1 | -12/+12 |
* | cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va... | Mark Mitchell | 2004-07-08 | 1 | -104/+173 |
* | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 2004-07-07 | 1 | -2/+3 |
* | re PR c++/3761 (ICE in check_template_shadow, at cp/pt.c:2013, with friend an... | Scott Brumbaugh | 2004-07-03 | 1 | -1/+12 |
* | tree.def (RTL_EXPR): Remove. | Richard Henderson | 2004-07-01 | 1 | -1/+0 |
* | Conditionally compile support for --enable-mapped_location. | Per Bothner | 2004-06-30 | 1 | -5/+5 |
* | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 2004-06-26 | 1 | -1/+1 |
* | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 2004-06-20 | 1 | -3/+9 |
* | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 2004-06-15 | 1 | -1/+1 |
* | re PR c++/15096 (parse error with templates and pointer to const member) | Mark Mitchell | 2004-06-14 | 1 | -1/+10 |
* | re PR c++/15862 ('enum yn' fails) | Mark Mitchell | 2004-06-11 | 1 | -10/+11 |
* | re PR c++/15742 ('noreturn' attribute ignored in method of template functions.) | Mark Mitchell | 2004-05-31 | 1 | -4/+14 |