OSDN Git Service

* except.c (expand_start_all_catch): If the machine needs a
[pf3gnuchains/gcc-fork.git] / gcc / c-parse.in
1997-03-17 kenner(expr_no_commas): Do not store temporary skip_evaluatio...
1997-01-07 merrillx
1996-12-07 kenner(unary_expr, expr_no_commas): Increment skip_evaluation...
1996-10-09 kennerUpdate number of shift/reduce conflicts.
1996-05-18 kennerUpdate number of shift/reduce conflicts for objc.
1996-04-20 kenner(typespec): Made <SomeProtocol> equivalent to (id ...
1996-02-02 eggert(stmt): Warn about `goto *expr;' if pedantic.
1995-09-22 kenner(enumlist): Propagate error_mark_node.
1995-08-31 kenner(ends_in_label): New %union member.
1995-06-15 kennerUpdate FSF address.
1995-06-14 kennerRevert most of last change.
1995-06-14 kenner(fndef, nested_function, notype_nested_function): Suppo...
1995-05-23 kennerObjc shift/reduce conflicts now 48.
1995-05-21 kenner(datadef, fndef, ivar_decl, mydecls): Restore declspec_...
1995-05-16 kennerFix typos in comments.
1995-05-12 kenner(myparm): Handle attributes.
1995-05-12 kennerAdjust number of shift/reduce conflicts.
1995-05-11 kenner(nested_function, notype_nested_function): Allow old...
1995-04-26 kennerUpdate number of shift/reduce conflicts.
1995-04-25 kenner(attrib): Permit null-length argument list to attributes.
1995-04-25 kenner(initdcl, notype_initdcl): Pass attributes to start_dec...
1995-04-13 dje(update expected conflict count)
1995-03-31 kenner(structsp): Correct error in last change.
1995-03-30 kennerNow have 27 shift/reduce conflicts.
1995-03-29 kenner(initdcl): Only call decl_attributes once.
1995-03-10 kenner(fndef, nested_function): Pass prefix_attributes to...
1995-03-02 kennerFix typo in last change.
1995-03-02 kennerUpdate shift/reduce conflict documentation.
1995-02-21 kennerNew rules to allow attributes in a prefix position.
1995-02-13 kenner(ALIGN): Remove unused token.
1995-01-14 kenner(unary_expr): If -pedantic, give error for &&.
1995-01-14 merrill__attribute__ ((constructor))
1994-08-24 kenner(parmlist_2): Give error for function with only ELLIPSI...
1994-07-11 kenner(stmt): Don't give more than one error message if a...
1994-07-01 kenner(initelt): The equal sign is optional when positioning...
1994-05-29 kenner(init, compstmt, stmt, all_iter_stmt_with_decl): If...
1994-05-16 rms(enumlist): Add error alternative.
1994-05-06 kennerRewrite attribute parsing; update the expected conflict...
1994-03-28 rms(attrib): Handle string args as expressions,
1994-03-27 djeBack out this patch:
1994-03-25 kenner(primary): Remove decl of unused variable CONTEXT.
1994-03-19 kenner(attrib): Use `identifier' instead of `IDENTIFIER'...
1994-02-17 dje(attrib): Handle attribute ((section ("string"))).
1994-01-13 kenner(maybe_attribute): Allow multiple __attribute__ clauses...
1993-12-24 kenner(attrib): Allow expressions instead of constants.
1993-11-23 rmsDon't fail to set $$.
1993-10-29 kenner(init): Remove extraneous pop_momentary in error case.
1993-10-13 rms(initdcl, notype_initdcl): Call decl_attributes
1993-10-11 rms(stmt): Don't call default_conversion on top-level...
1993-10-10 rms(initdcl, notype_initdcl, init): Undo previous change.
1993-10-08 rms(initdcl, notype_initdcl): Call push_momentary and...
1993-08-06 rms(attrib): Support attribute `volatile' with alias ...
1993-07-28 wilson(simple_if, if_prefix, stmt): Undo Jul 7 change.
1993-07-23 rms(cast_expr): Use new initializer parsing functions.
1993-07-07 wilson(simple_if): Save stmt_count, and print empty body
1993-07-04 rms(primary): In statement expression case,
1993-07-02 eggert(label): Use `convert_and_check' when checking for
1993-06-26 rms(all_iter_stmt_simple): Add missing `else'.
1993-05-06 rmsFor Objc, expect just 20 conflicts.
1993-05-03 wilsonDelete cond.awk reference.
1993-04-18 rms(unary_expr): Delete the alternate REALPART and IMAGPART
1993-04-14 rmsImprove error message for sym undeclared at top level.
1993-04-09 wood*** empty log message ***
1993-04-05 rms(expr_no_commas, from ASSIGN op):
1993-03-18 rms(REALPART, IMAGPART): New token types.
1993-03-04 meissnerAdd missing comma.
1993-03-02 rms(stmt): Allow all_iter_stmt.
1993-02-26 rms(ivar_decls): Give a pedwarn (instead of a warning...
1993-02-18 rms(program): After extdefs, pop any unpopped binding...
1993-02-02 rms(unary_expr): Warn about overflows in parser-built...
1993-01-25 wilson(language_string): Define here for C and Obj-C.
1993-01-25 rms(unary_expr => ANDAND identifier): Handle lookup_label...
1993-01-24 rmsUse new name objc-act.h.
1993-01-05 rms(component_declarator): Allow attribute after nameless...
1993-01-02 wilson(label): Use expr_no_commas instead of expr for case...
1993-01-02 rms(stmt, FOR case): Do call position_after_white_space
1992-10-07 rms(component_decl_list): Do pedwarn for missing semicolo...
1992-10-01 rmsExpect 56 conflicts for objc.
1992-10-01 rmsAdd mode spec for Emacs.
1992-10-01 rmsInitial revision