summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* * c-parse.in: save and restore warn_pointer_arith on __extension__law1999-09-221-6/+18
* Merge in gcc2-ss-010999law1999-09-071-1/+0
* * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.mmitchel1999-09-061-1/+12
* * c-decl.c (struct language_function): Renamed from struct c_function.mmitchel1999-09-051-6/+12
* * c-parse.in (compstmt_primary_start): New, broken out of firstrth1999-09-021-50/+44
* * c-parse.in (language_string): Constify.ghazi1999-08-311-2/+2
* * c-lex.c: Sync with C++ frontend.jason1999-08-041-0/+3
* * builtins.c (expand_builtin_saveregs): Remove static, remove exprth1999-07-261-1/+3
* * c-parse.in (absdcl1): Allow attributes in explicit typespecs.law1999-04-261-1/+3
* * c-parse.in (expr_no_commas): Verify we've an expr beforerth1999-04-221-4/+14
* Fix copyrights.law1999-01-061-1/+1
* * c-common.c (decl_attributes): Allow applying attribute `unused'ghazi1999-01-041-2/+5
* * c-common.c (declare_function_name): Declare predefinied variablerth1998-12-011-17/+40
* * invoke.texi: Document -flang-isoc9x.mmitchel1998-10-211-1/+1
* * c-parse.in (struct_head, union_head, enum_head): New nonterminals.law1998-07-061-15/+37
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-2/+8
* More system.h cutover patches:ghazi1998-04-061-8/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-1/+1
* * c-parse.in: Recognize protocol qualifiers in classlaw1998-03-231-3/+10
* * c-parse.in (undeclared variable error): Tweak error message tolaw1998-03-011-18/+25
* (expr_no_commas): Do not store temporary skip_evaluation increments onkenner1997-03-171-15/+11
* xmerrill1997-01-071-6/+16
* (unary_expr, expr_no_commas): Increment skip_evaluation when analyzing ankenner1996-12-071-14/+55
* Update number of shift/reduce conflicts.kenner1996-10-091-26/+82
* Update number of shift/reduce conflicts for objc.kenner1996-05-181-2/+2
* (typespec): Made <SomeProtocol> equivalent to (id <SomeProtocol>).kenner1996-04-201-2/+12
* (stmt): Warn about `goto *expr;' if pedantic.eggert1996-02-021-1/+5
* (enumlist): Propagate error_mark_node.kenner1995-09-221-1/+4
* (ends_in_label): New %union member.kenner1995-08-311-11/+18
* Update FSF address.kenner1995-06-151-1/+2
* Revert most of last change.kenner1995-06-141-12/+14
* (fndef, nested_function, notype_nested_function): Support attributeskenner1995-06-141-12/+13
* Objc shift/reduce conflicts now 48.kenner1995-05-231-23/+43
* (datadef, fndef, ivar_decl, mydecls): Restore declspec_stack sincekenner1995-05-211-20/+62
* Fix typos in comments.kenner1995-05-161-2/+2
* (myparm): Handle attributes.kenner1995-05-121-6/+15
* Adjust number of shift/reduce conflicts.kenner1995-05-121-12/+23
* (nested_function, notype_nested_function): Allow old-style argkenner1995-05-111-4/+6
* Update number of shift/reduce conflicts.kenner1995-04-261-18/+11
* (attrib): Permit null-length argument list to attributes.kenner1995-04-251-1/+1
* (initdcl, notype_initdcl): Pass attributes to start_decl; delete callkenner1995-04-251-8/+8
* (update expected conflict count)dje1995-04-131-2/+2
* (structsp): Correct error in last change.kenner1995-03-311-3/+5
* Now have 27 shift/reduce conflicts.kenner1995-03-301-14/+17
* (initdcl): Only call decl_attributes once.kenner1995-03-291-1/+0
* (fndef, nested_function): Pass prefix_attributes to start_function.kenner1995-03-101-9/+20
* Fix typo in last change.kenner1995-03-021-1/+2
* Update shift/reduce conflict documentation.kenner1995-03-021-12/+20
* New rules to allow attributes in a prefix position.kenner1995-02-211-12/+27