aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
1999-09-22c-parse.in: save and restore warn_pointer_arith on __extension__ along with p...Jim Kingdon1-6/+18
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+0
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-1/+12
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-6/+12
1999-09-02c-parse.in (compstmt_primary_start): New, broken out of first part of compstm...Richard Henderson1-50/+44
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-2/+2
1999-08-04c-lex.c: Sync with C++ frontend.Jason Merrill1-0/+3
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-1/+3
1999-04-26c-parse.in (absdcl1): Allow attributes in explicit typespecs.Mumit Khan1-1/+3
1999-04-22c-parse.in (expr_no_commas): Verify we've an expr before calling C_SET_EXP_OR...Richard Henderson1-4/+14
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-04c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL.Kaveh R. Ghazi1-2/+5
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-17/+40
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-1/+1
1998-07-06c-parse.in (struct_head, [...]): New nonterminals.Jason Merrill1-15/+37
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-2/+8
1998-04-06More system.h cutover patches:Kaveh R. Ghazi1-8/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-1/+1
1998-03-23c-parse.in: Recognize protocol qualifiers in class definitions for objc.H.J. Lu1-3/+10
1998-03-01c-parse.in (undeclared variable error): Tweak error message to be clearer.Jeffrey A Law1-18/+25
1997-03-17(expr_no_commas): Do not store temporary skip_evaluation increments on yacc v...Richard Kenner1-15/+11
1997-01-07xJason Merrill1-6/+16
1996-12-07(unary_expr, expr_no_commas): Increment skip_evaluation when analyzing an exp...Richard Kenner1-14/+55
1996-10-09Update number of shift/reduce conflicts.Richard Kenner1-26/+82
1996-05-18Update number of shift/reduce conflicts for objc.Richard Kenner1-2/+2
1996-04-20(typespec): Made <SomeProtocol> equivalent to (id <SomeProtocol>).Richard Kenner1-2/+12
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