| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$. | Paul Eggert | 2002-04-30 | 1 | -3/+5 |
* | parse.y (nomods_initdcl0): Do not move stack entries when setting things up a... | Paul Eggert | 2002-04-30 | 1 | -5/+3 |
* | c-parse.in (malloced_yyss, [...]): New. | Richard Henderson | 2002-04-26 | 1 | -1/+55 |
* | c-parse.in (yyoverflow): Revert. | Richard Henderson | 2002-04-26 | 1 | -34/+0 |
* | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 2002-04-26 | 1 | -27/+19 |
* | c-parse.in (yyoverflow): New. | Richard Henderson | 2002-04-25 | 1 | -0/+34 |
* | c-common.h (c_common_parse_file): Update. | Neil Booth | 2002-04-25 | 1 | -3/+1 |
* | parse.y (check_class_key): Allow KEY to be union/enum/struct/class node with ... | Jakub Jelinek | 2002-04-23 | 1 | -0/+2 |
* | stmt.c (check_unique_operand_names): Expect operand names to be strings rathe... | Richard Sandiford | 2002-04-13 | 1 | -1/+3 |
* | parse.y (namespace_qualifier, [...]): Add ending ';', in accordance with POSIX. | Paolo Carlini | 2002-04-08 | 1 | -0/+10 |
* | c-common.h (yyparse, [...]): New. | Neil Booth | 2002-03-17 | 1 | -3/+0 |
* | re PR c++/775 (2.97 error declaring nested class a friend) | Nathan Sidwell | 2002-03-02 | 1 | -1/+15 |
* | PR c++/2645, DR 295 | Nathan Sidwell | 2002-02-22 | 1 | -9/+9 |
* | parse.y (reserved_declspecs): Don't handle attributes. | Jason Merrill | 2002-02-11 | 1 | -4/+4 |
* | c-common.c (c_expand_expr): Revert 2002-02-06 patch. | Jakub Jelinek | 2002-02-08 | 1 | -3/+8 |
* | Allow attributes in parms and casts. | Jason Merrill | 2002-01-31 | 1 | -15/+12 |
* | Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts. | Zack Weinberg | 2002-01-24 | 1 | -1/+12 |
* | parse.y (function_body): Suppress the block for the outermost curly braces. | Jason Merrill | 2002-01-22 | 1 | -2/+9 |
* | Fix regression introduced with patch for c++/775 | Nathan Sidwell | 2002-01-19 | 1 | -0/+10 |
* | decl.c (begin_constructor_body, [...]): New fns. | Jason Merrill | 2002-01-17 | 1 | -1/+2 |
* | re PR c++/775 (2.97 error declaring nested class a friend) | Nathan Sidwell | 2002-01-02 | 1 | -129/+105 |
* | re PR c++/196 (problem with: namespace N { class N {...}; }) | Nathan Sidwell | 2001-12-26 | 1 | -5/+10 |
* | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 2001-12-18 | 1 | -20/+20 |
* | c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. | Jason Merrill | 2001-12-13 | 1 | -32/+23 |
* | re PR c++/51 (g++ reports error for ISO C++ example) | Nathan Sidwell | 2001-12-11 | 1 | -1/+7 |
* | c-lex.c, [...]: Revert concatenation changes. | Neil Booth | 2001-12-10 | 1 | -18/+28 |
* | c-lex.c (c_lex): Peek a token ahead for a string to concatenate... | Neil Booth | 2001-12-08 | 1 | -28/+18 |
* | re PR c++/3381 (explicit template instantations fail with absolutely qualifie... | Nathan Sidwell | 2001-12-03 | 1 | -0/+7 |
* | parse.y: Add ... | Jason Merrill | 2001-11-15 | 1 | -10/+7 |
* | re PR c++/4206 (ICE with switch in while) | Nathan Sidwell | 2001-11-13 | 1 | -12/+2 |
* | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 2001-11-09 | 1 | -4/+0 |
* | cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node. | Kriang Lerdsuwanakij | 2001-10-23 | 1 | -1/+12 |
* | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 2001-10-11 | 1 | -1/+3 |
* | spew.c (end_input): No longer static. | Jason Merrill | 2001-10-02 | 1 | -0/+2 |
* | Table-driven attributes. | Joseph Myers | 2001-09-21 | 1 | -9/+6 |
* | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 2001-08-24 | 1 | -4/+4 |
* | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 2001-07-13 | 1 | -1/+1 |
* | * Revert today's change -- there is a subtle bug. | Ben Elliston | 2001-07-11 | 1 | -14/+7 |
* | re PR c++/80 (g++ enum and attributed __packed__) | Ben Elliston | 2001-07-11 | 1 | -7/+14 |
* | parse.y: Refer to compound literals as such, not as constructor-expressions. | Joseph Myers | 2001-05-22 | 1 | -2/+2 |
* | cp-tree.def (START_CATCH_STMT): Lose. | Jason Merrill | 2001-05-21 | 1 | -3/+3 |
* | cp-tree.h (finish_label_expr, [...]): Delete. | Neil Booth | 2001-05-11 | 1 | -3/+1 |
* | Lazy __FUNCTION__ generation. | Nathan Sidwell | 2001-04-24 | 1 | -0/+10 |
* | cp-tree.h (finish_enum): Change prototype. | Mark Mitchell | 2001-04-21 | 1 | -2/+4 |
* | Implement DR 209 | Nathan Sidwell | 2001-03-26 | 1 | -0/+2 |
* | parse.y (bad_decl, [...]): New nonterminals. | Gerald Pfeifer | 2001-03-22 | 1 | -0/+23 |
* | optional parens around connstructor names | Aldy Hernandez | 2001-02-14 | 1 | -4/+12 |
* | extend.texi (Deprecated): Deprecate new initializer lists. | Nathan Sidwell | 2001-02-12 | 1 | -1/+4 |
* | tree.c, tree.h (build_parse_node): Remove; was identical to build_nt. | Joseph Myers | 2001-01-29 | 1 | -33/+33 |
* | parse.y (nomods_initdcl0): Properly set things up for initdcl0_innards. | Jakub Jelinek | 2001-01-18 | 1 | -2/+4 |