summaryrefslogtreecommitdiff
path: root/gcc/cp/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.Paul Eggert2002-04-301-3/+5
* parse.y (nomods_initdcl0): Do not move stack entries when setting things up a...Paul Eggert2002-04-301-5/+3
* parse.y (check_class_key): Allow KEY to be union/enum/struct/class node with ...Jakub Jelinek2002-04-231-0/+2
* parse.y (namespace_qualifier, [...]): Add ending ';', in accordance with POSIX.Paolo Carlini2002-04-081-0/+10
* cp:server: command not found.Nathan Sidwell2002-03-021-1/+15
* PR c++/2645, DR 295Nathan Sidwell2002-02-221-9/+9
* parse.y (reserved_declspecs): Don't handle attributes.Jason Merrill2002-02-111-4/+4
* c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek2002-02-081-3/+8
* Allow attributes in parms and casts.Jason Merrill2002-01-311-15/+12
* Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts.Zack Weinberg2002-01-241-1/+12
* parse.y (function_body): Suppress the block for the outermost curly braces.Jason Merrill2002-01-221-2/+9
* Fix regression introduced with patch for c++/775Nathan Sidwell2002-01-191-0/+10
* decl.c (begin_constructor_body, [...]): New fns.Jason Merrill2002-01-171-1/+2
* re PR c++/775 (2.97 error declaring nested class a friend)Nathan Sidwell2002-01-021-129/+105
* re PR c++/196 (problem with: namespace N { class N {...}; })Nathan Sidwell2001-12-261-5/+10
* cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg2001-12-181-20/+20
* c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill2001-12-131-32/+23
* re PR c++/51 (g++ reports error for ISO C++ example)Nathan Sidwell2001-12-111-1/+7
* c-lex.c, [...]: Revert concatenation changes.Neil Booth2001-12-101-18/+28
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth2001-12-081-28/+18
* re PR c++/3381 (explicit template instantations fail with absolutely qualifie...Nathan Sidwell2001-12-031-0/+7
* parse.y: Add ...Jason Merrill2001-11-151-10/+7
* re PR c++/4206 (ICE with switch in while)Nathan Sidwell2001-11-131-12/+2
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-4/+0
* cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij2001-10-231-1/+12
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-1/+3
* spew.c (end_input): No longer static.Jason Merrill2001-10-021-0/+2
* Table-driven attributes.Joseph Myers2001-09-211-9/+6
* c-common.c (c_alignof, [...]): Move here...Jason Merrill2001-08-241-4/+4
* c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers2001-07-131-1/+1
* * Revert today's change -- there is a subtle bug.Ben Elliston2001-07-111-14/+7
* re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston2001-07-111-7/+14
* parse.y: Refer to compound literals as such, not as constructor-expressions.Joseph Myers2001-05-221-2/+2
* cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill2001-05-211-3/+3
* cp-tree.h (finish_label_expr, [...]): Delete.Neil Booth2001-05-111-3/+1
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-0/+10
* cp-tree.h (finish_enum): Change prototype.Mark Mitchell2001-04-211-2/+4
* Implement DR 209Nathan Sidwell2001-03-261-0/+2
* parse.y (bad_decl, [...]): New nonterminals.Gerald Pfeifer2001-03-221-0/+23
* optional parens around connstructor namesAldy Hernandez2001-02-141-4/+12
* extend.texi (Deprecated): Deprecate new initializer lists.Nathan Sidwell2001-02-121-1/+4
* tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers2001-01-291-33/+33
* parse.y (nomods_initdcl0): Properly set things up for initdcl0_innards.Jakub Jelinek2001-01-181-2/+4
* call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.Nathan Sidwell2001-01-111-0/+1
* parse.y (template_parm_header, [...]): New reductions.Nathan Sidwell2001-01-111-4/+13
* parse.y (template_datadef): Check for error_mark_node.Nathan Sidwell2001-01-051-2/+7
* init.c (build_default_init): New fn.Jason Merrill2001-01-021-1/+1
* c-common.h (ASM_INPUT_P): New.Richard Henderson2001-01-021-2/+3
* pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill2000-12-211-5/+9
* cp-tree.h: Update declarations.Richard Henderson2000-12-201-53/+78