Age | Commit message (Expand) | Author | Files | Lines |
2004-07-12 | parser.c (cp_parser_class_head): Remove unused variable. | Eric Christopher | 1 | -79/+78 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -10/+10 |
2004-07-12 | call.c (build_operator_new_call): Avoid using push_to_top_level. | Mark Mitchell | 1 | -2/+2 |
2004-07-11 | cp-tree.h (saved_scope): Make old_bindings a vector. | Mark Mitchell | 1 | -9/+20 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -8/+4 |
2004-06-29 | re PR c++/16260 (ICE in template function) | Nathan Sidwell | 1 | -8/+6 |
2004-06-28 | friend.c (add_friend): Only perform access checks when context is a class. | Nathan Sidwell | 1 | -0/+10 |
2004-06-28 | * parser.c (cp_parser_set_decl_spec_type): Fix thinko. | Mark Mitchell | 1 | -1/+9 |
2004-06-27 | re PR c++/16193 (Bootstrap failure in libstdc++-v3) | Mark Mitchell | 1 | -7/+15 |
2004-06-27 | cp-tree.h (cp_cv_quals): New type. | Mark Mitchell | 1 | -99/+83 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -1/+1 |
2004-06-25 | decl.c (grokdeclarator): Restore error messages about __thread. | Mark Mitchell | 1 | -6/+10 |
2004-06-24 | Make-lang.in (cp/lex.o): Do not depend on cp/lex.h. | Mark Mitchell | 1 | -277/+374 |
2004-06-22 | cp-tree.def (NEW_EXPR): Add a fourth slot. | Mark Mitchell | 1 | -298/+558 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -2/+4 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -1/+1 |
2004-06-16 | c-common.def (COMPOUND_STMT): Remove. | Richard Henderson | 1 | -1/+1 |
2004-06-16 | c-common.def (CASE_LABEL): Remove. | Richard Henderson | 1 | -2/+2 |
2004-06-16 | c-common.def (ASM_STMT): Remove. | Richard Henderson | 1 | -2/+2 |
2004-06-16 | c-common.def (GOTO_STMT, LABEL_STMT): Remove. | Richard Henderson | 1 | -3/+2 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -49/+41 |
2004-06-15 | c-pragma.h (c_lex_string_translate): Change type to int. | Alexandre Oliva | 1 | -32/+96 |
2004-06-15 | re PR c++/15947 (Puzzling error message for wrong destructor declaration in t... | Giovanni Bajo | 1 | -3/+6 |
2004-06-11 | fix typo | Jason Merrill | 1 | -1/+1 |
2004-06-10 | re PR c++/15227 (Trouble with invalid function definition) | Mark Mitchell | 1 | -2/+4 |
2004-06-08 | re PR c++/7841 (gcc accepts illegal member function syntax for template classes) | Giovanni Bajo | 1 | -0/+10 |
2004-06-07 | re PR c++/15337 (sizeof on incomplete type diagnostic) | Mark Mitchell | 1 | -2/+2 |
2004-06-06 | re PR c++/15503 (nested template problem) | Giovanni Bajo | 1 | -1/+11 |
2004-06-01 | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 1 | -182/+284 |
2004-06-01 | re PR c++/14932 (cannot use offsetof to get offsets of array elements in g++ ... | Giovanni Bajo | 1 | -3/+5 |
2004-05-31 | parser.c (cp_parser_simple_type_specifier): Explicitly test against NULL_TREE. | Eric Botcazou | 1 | -1/+2 |
2004-05-28 | re PR c++/14668 (no warning anymore for reevaluation of declaration) | Mark Mitchell | 1 | -5/+14 |
2004-05-24 | re PR c++/15044 (ICE on syntax error, template header.) | Mark Mitchell | 1 | -3/+8 |
2004-05-23 | re PR c++/14821 (Duplicate namespace alias declaration should not conflict) | Mark Mitchell | 1 | -6/+10 |
2004-05-23 | class.c (alter_access): Use %E format specifier to print an identifier node. | Gabriel Dos Reis | 1 | -1/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -10/+12 |
2004-04-23 | re PR c++/15064 (typeid of template parameter gives ICE) | Giovanni Bajo | 1 | -1/+4 |
2004-04-22 | class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali... | Mark Mitchell | 1 | -4/+0 |
2004-04-20 | extern.c: New test. | Eric Christopher | 1 | -2/+2 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -5/+5 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 1 | -1/+8 |
2004-03-19 | re PR c++/14545 (Cannot compile pooma-gcc (regression)) | Giovanni Bajo | 1 | -1/+12 |
2004-03-19 | semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification... | Mark Mitchell | 1 | -2/+11 |
2004-03-19 | c-common.c (pointer_int_sum): Do not complain about using pointers to pointer... | Mark Mitchell | 1 | -1/+9 |
2004-03-16 | re PR c++/14586 (Bogus warning in templates about taking address of a tempora... | Mark Mitchell | 1 | -1/+15 |
2004-03-15 | re PR c++/14550 (trouble with pointers in templates) | Mark Mitchell | 1 | -94/+76 |
2004-03-09 | re PR c++/14409 (Accepts invalid function signature for explicit instantiation) | Giovanni Bajo | 1 | -7/+11 |
2004-03-08 | re PR c++/13170 (ICE in build_base_path) | Jason Merrill | 1 | -14/+13 |
2004-03-02 | re PR c++/14360 (Overeager argument dependent name lookup) | Mark Mitchell | 1 | -1/+9 |
2004-03-01 | re PR c++/14324 (Multiple static definitions are not unique) | Mark Mitchell | 1 | -1/+4 |