aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell1-18/+28
2004-02-27target-supports.exp (check-iconv-available): New function.Eric Christopher1-713/+734
2004-02-27re PR c++/14278 (fails when calling through a function pointer)Mark Mitchell1-0/+1
2004-02-19re PR c++/14181 (Cryptic error message for code that compiled without warning...Giovanni Bajo1-0/+9
2004-02-13re PR c++/9851 (confusing error message when using '.', not '->')Ian Lance Taylor1-1/+16
2004-02-09* call.c, parser.c, tree.c: Fix comment typos.Kazu Hirata1-2/+2
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-8/+0
2004-02-06re PR c++/14028 (Parser accepts invalid unbalanced triangular bracketing.)Giovanni Bajo1-16/+16
2004-02-05re PR c++/14008 (Confusing diagnostic when omitting a template parameter)Giovanni Bajo1-35/+109
2004-02-04re PR c++/13969 (static const value rejected as template parameter)Mark Mitchell1-35/+2
2004-02-03re PR c++/13950 ([DR176] lookup of dependent base name)Mark Mitchell1-5/+8
2004-02-03re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell1-0/+3
2004-01-31class.c: Fix comment typos.Kazu Hirata1-3/+3
2004-01-30* parser.c (cp_parser_labeled_statement): Accept case ranges.Michael Matz1-3/+25
2004-01-29parser.c (cp_parser_template_id): Parse tentatively `[:' after a template nam...Giovanni Bajo1-14/+92
2004-01-29re PR c++/13736 (Parser confused on compound casts)Mark Mitchell1-3/+8
2004-01-25re PR c++/13810 (ICE on invalid default templates)Giovanni Bajo1-9/+15
2004-01-21* parser.c (cp_parser_class_specifier): Prevent garbage collection.Zdenek Dvorak1-0/+4
2004-01-19re PR c++/13651 (double error message when using incomplete types in a struct)Mark Mitchell1-0/+5
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell1-6/+12
2004-01-16re PR c++/13407 (Confusing error message from extraneous typename)Giovanni Bajo1-0/+12
2004-01-15re PR c++/13659 (error: no matching function for call to)Alexandre Oliva1-11/+14
2004-01-15re PR c++/8856 (g++ accepts invalid conversion-function-id)Giovanni Bajo1-2/+20
2004-01-14re PR c++/9021 ([win32] No exports possible when using a class pointer in an ...Danny Smith1-1/+5
2004-01-14re PR c++/12335 (ICE when explicitly calling destructor)Giovanni Bajo1-0/+2
2004-01-13re PR c++/13558 (ICE (illegal code) at cp/friend.c:200)Steven Bosscher1-1/+1
2004-01-12re PR c++/4100 ([parser] friend qualifier accepted in definition of nested cl...Scott Brumbaugh1-0/+4
2004-01-12parser.c (cp_parser_decl_specifier_seq): Add parenthetical clauses to comment...Ian Lance Taylor1-3/+4
2004-01-11re PR c++/3478 (Accepts invalid "enum typename")Ian Lance Taylor1-1/+13
2004-01-08dwarf2.h, [...]: Add multiple-include guard.Zack Weinberg1-1/+1
2004-01-05re PR c++/12132 (spurious "int ._0" (or "int $_0) in error message)Mark Mitchell1-8/+21