summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* (enumlist): Propagate error_mark_node.Richard Kenner1995-09-221-1/+4
* (ends_in_label): New %union member.Richard Kenner1995-08-311-11/+18
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Revert most of last change.Richard Kenner1995-06-141-12/+14
* (fndef, nested_function, notype_nested_function): Support attributesRichard Kenner1995-06-141-12/+13
* Objc shift/reduce conflicts now 48.Richard Kenner1995-05-231-23/+43
* (datadef, fndef, ivar_decl, mydecls): Restore declspec_stack since setspecs i...Richard Kenner1995-05-211-20/+62
* Fix typos in comments.Richard Kenner1995-05-161-2/+2
* (myparm): Handle attributes.Richard Kenner1995-05-121-6/+15
* Adjust number of shift/reduce conflicts.Richard Kenner1995-05-121-12/+23
* (nested_function, notype_nested_function): Allow old-style argRichard Kenner1995-05-111-4/+6
* Update number of shift/reduce conflicts.Richard Kenner1995-04-261-18/+11
* (attrib): Permit null-length argument list to attributes.Richard Kenner1995-04-251-1/+1
* (initdcl, notype_initdcl): Pass attributes to start_decl; delete callRichard Kenner1995-04-251-8/+8
* (update expected conflict count)Doug Evans1995-04-131-2/+2
* (structsp): Correct error in last change.Richard Kenner1995-03-311-3/+5
* Now have 27 shift/reduce conflicts.Richard Kenner1995-03-301-14/+17
* (initdcl): Only call decl_attributes once.Richard Kenner1995-03-291-1/+0
* (fndef, nested_function): Pass prefix_attributes to start_function.Richard Kenner1995-03-091-9/+20
* Fix typo in last change.Richard Kenner1995-03-021-1/+2
* Update shift/reduce conflict documentation.Richard Kenner1995-03-021-12/+20
* New rules to allow attributes in a prefix position.Richard Kenner1995-02-211-12/+27
* (ALIGN): Remove unused token.Richard Kenner1995-02-131-1/+1
* (unary_expr): If -pedantic, give error for &&.Richard Kenner1995-01-131-1/+3
* __attribute__ ((constructor))Jason Merrill1995-01-141-6/+2
* (parmlist_2): Give error for function with only ELLIPSIS as anRichard Kenner1994-08-241-2/+7
* (stmt): Don't give more than one error message if a nested `if' has anRichard Kenner1994-07-111-2/+3
* (initelt): The equal sign is optional when positioning to a singleRichard Kenner1994-07-011-0/+3
* (init...Richard Kenner1994-05-281-7/+26
* (enumlist): Add error alternative.Richard Stallman1994-05-161-0/+2
* Rewrite attribute parsing; update the expected conflicts and stateRichard Kenner1994-05-061-66/+60
* (attrib): Handle string args as expressions,Richard Stallman1994-03-281-28/+14
* Back out this patch:Doug Evans1994-03-271-5/+5
* (primary): Remove decl of unused variable CONTEXT.Richard Kenner1994-03-251-2/+0
* (attrib): Use `identifier' instead of `IDENTIFIER' since names thatRichard Kenner1994-03-191-5/+5
* (attrib): Handle attribute ((section ("string"))).Doug Evans1994-02-171-0/+10
* (maybe_attribute): Allow multiple __attribute__ clauses on aRichard Kenner1994-01-131-3/+3
* (attrib): Allow expressions instead of constants.Richard Kenner1993-12-241-10/+12
* Don't fail to set $$.Richard Stallman1993-11-231-1/+2
* (init): Remove extraneous pop_momentary in error case.Richard Kenner1993-10-281-2/+1
* (initdcl, notype_initdcl): Call decl_attributesRichard Stallman1993-10-131-0/+2
* (stmt): Don't call default_conversion on top-level expressions.Richard Stallman1993-10-111-0/+7
* (initdcl, notype_initdcl, init): Undo previous change.Richard Stallman1993-10-101-16/+16
* (initdcl, notype_initdcl): Call push_momentary and pop_momentary here.Richard Stallman1993-10-081-13/+16
* (attrib): Support attribute `volatile' with alias `noreturn', and `const'.Richard Stallman1993-08-061-1/+8
* (simple_if, if_prefix, stmt): Undo Jul 7 change.Jim Wilson1993-07-281-7/+9
* (cast_expr): Use new initializer parsing functions.Richard Stallman1993-07-231-44/+69
* (simple_if): Save stmt_count, and print empty body warning here.Jim Wilson1993-07-071-6/+7
* (primary): In statement expression case,Richard Stallman1993-07-041-7/+12
* (label): Use `convert_and_check' when checking forPaul Eggert1993-07-021-3/+5