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