summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* invoke.texi: Document -flang-isoc9x.Mark Mitchell1998-10-211-1/+1
* c-parse.in (struct_head, [...]): New nonterminals.Jason Merrill1998-07-061-15/+37
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-2/+8
* More system.h cutover patches:Kaveh R. Ghazi1998-04-061-8/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-1/+1
* c-parse.in: Recognize protocol qualifiers in class definitions for objc.H.J. Lu1998-03-231-3/+10
* c-parse.in (undeclared variable error): Tweak error message to be clearer.Jeffrey A Law1998-03-011-18/+25
* (expr_no_commas): Do not store temporary skip_evaluation increments on yacc v...Richard Kenner1997-03-171-15/+11
* xJason Merrill1997-01-071-6/+16
* (unary_expr, expr_no_commas): Increment skip_evaluation when analyzing an exp...Richard Kenner1996-12-071-14/+55
* Update number of shift/reduce conflicts.Richard Kenner1996-10-091-26/+82
* Update number of shift/reduce conflicts for objc.Richard Kenner1996-05-181-2/+2
* (typespec): Made <SomeProtocol> equivalent to (id <SomeProtocol>).Richard Kenner1996-04-201-2/+12
* (stmt): Warn about `goto *expr;' if pedantic.Paul Eggert1996-02-021-1/+5
* (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