aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
1996-02-02(stmt): Warn about `goto *expr;' if pedantic.Paul Eggert1-1/+5
1995-09-22(enumlist): Propagate error_mark_node.Richard Kenner1-1/+4
1995-08-31(ends_in_label): New %union member.Richard Kenner1-11/+18
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-14Revert most of last change.Richard Kenner1-12/+14
1995-06-14(fndef, nested_function, notype_nested_function): Support attributesRichard Kenner1-12/+13
1995-05-23Objc shift/reduce conflicts now 48.Richard Kenner1-23/+43
1995-05-21(datadef, fndef, ivar_decl, mydecls): Restore declspec_stack since setspecs i...Richard Kenner1-20/+62
1995-05-16Fix typos in comments.Richard Kenner1-2/+2
1995-05-12(myparm): Handle attributes.Richard Kenner1-6/+15
1995-05-12Adjust number of shift/reduce conflicts.Richard Kenner1-12/+23
1995-05-11(nested_function, notype_nested_function): Allow old-style argRichard Kenner1-4/+6
1995-04-26Update number of shift/reduce conflicts.Richard Kenner1-18/+11
1995-04-25(attrib): Permit null-length argument list to attributes.Richard Kenner1-1/+1
1995-04-25(initdcl, notype_initdcl): Pass attributes to start_decl; delete callRichard Kenner1-8/+8
1995-04-13(update expected conflict count)Doug Evans1-2/+2
1995-03-31(structsp): Correct error in last change.Richard Kenner1-3/+5
1995-03-30Now have 27 shift/reduce conflicts.Richard Kenner1-14/+17
1995-03-29(initdcl): Only call decl_attributes once.Richard Kenner1-1/+0
1995-03-09(fndef, nested_function): Pass prefix_attributes to start_function.Richard Kenner1-9/+20
1995-03-02Fix typo in last change.Richard Kenner1-1/+2
1995-03-02Update shift/reduce conflict documentation.Richard Kenner1-12/+20
1995-02-21New rules to allow attributes in a prefix position.Richard Kenner1-12/+27
1995-02-13(ALIGN): Remove unused token.Richard Kenner1-1/+1
1995-01-13(unary_expr): If -pedantic, give error for &&.Richard Kenner1-1/+3
1995-01-14__attribute__ ((constructor))Jason Merrill1-6/+2
1994-08-24(parmlist_2): Give error for function with only ELLIPSIS as anRichard Kenner1-2/+7
1994-07-11(stmt): Don't give more than one error message if a nested `if' has anRichard Kenner1-2/+3
1994-07-01(initelt): The equal sign is optional when positioning to a singleRichard Kenner1-0/+3
1994-05-28(init...Richard Kenner1-7/+26
1994-05-16(enumlist): Add error alternative.Richard Stallman1-0/+2
1994-05-06Rewrite attribute parsing; update the expected conflicts and stateRichard Kenner1-66/+60
1994-03-28(attrib): Handle string args as expressions,Richard Stallman1-28/+14
1994-03-27Back out this patch:Doug Evans1-5/+5
1994-03-25(primary): Remove decl of unused variable CONTEXT.Richard Kenner1-2/+0
1994-03-19(attrib): Use `identifier' instead of `IDENTIFIER' since names thatRichard Kenner1-5/+5
1994-02-17(attrib): Handle attribute ((section ("string"))).Doug Evans1-0/+10
1994-01-13(maybe_attribute): Allow multiple __attribute__ clauses on aRichard Kenner1-3/+3
1993-12-24(attrib): Allow expressions instead of constants.Richard Kenner1-10/+12
1993-11-23Don't fail to set $$.Richard Stallman1-1/+2
1993-10-28(init): Remove extraneous pop_momentary in error case.Richard Kenner1-2/+1
1993-10-13(initdcl, notype_initdcl): Call decl_attributesRichard Stallman1-0/+2
1993-10-11(stmt): Don't call default_conversion on top-level expressions.Richard Stallman1-0/+7
1993-10-10(initdcl, notype_initdcl, init): Undo previous change.Richard Stallman1-16/+16
1993-10-08(initdcl, notype_initdcl): Call push_momentary and pop_momentary here.Richard Stallman1-13/+16
1993-08-06(attrib): Support attribute `volatile' with alias `noreturn', and `const'.Richard Stallman1-1/+8
1993-07-28(simple_if, if_prefix, stmt): Undo Jul 7 change.Jim Wilson1-7/+9
1993-07-23(cast_expr): Use new initializer parsing functions.Richard Stallman1-44/+69
1993-07-07(simple_if): Save stmt_count, and print empty body warning here.Jim Wilson1-6/+7
1993-07-04(primary): In statement expression case,Richard Stallman1-7/+12