aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)Author
1995-04-13(update expected conflict count)dje
1995-03-31(structsp): Correct error in last change.kenner
1995-03-30Now have 27 shift/reduce conflicts.kenner
1995-03-29(initdcl): Only call decl_attributes once.kenner
1995-03-10(fndef, nested_function): Pass prefix_attributes to start_function.kenner
1995-03-02Fix typo in last change.kenner
1995-03-02Update shift/reduce conflict documentation.kenner
1995-02-21New rules to allow attributes in a prefix position.kenner
1995-02-13(ALIGN): Remove unused token.kenner
1995-01-14(unary_expr): If -pedantic, give error for &&.kenner
1995-01-14__attribute__ ((constructor))merrill
1994-08-24(parmlist_2): Give error for function with only ELLIPSIS as ankenner
1994-07-11(stmt): Don't give more than one error message if a nested `if' has ankenner
1994-07-01(initelt): The equal sign is optional when positioning to a singlekenner
1994-05-29(init, compstmt, stmt, all_iter_stmt_with_decl): If the lookaheadkenner
1994-05-16(enumlist): Add error alternative.rms
1994-05-06Rewrite attribute parsing; update the expected conflicts and statekenner
1994-03-28(attrib): Handle string args as expressions,rms
1994-03-27Back out this patch:dje
1994-03-25(primary): Remove decl of unused variable CONTEXT.kenner
1994-03-19(attrib): Use `identifier' instead of `IDENTIFIER' since names thatkenner
1994-02-17(attrib): Handle attribute ((section ("string"))).dje
1994-01-13(maybe_attribute): Allow multiple __attribute__ clauses on akenner
1993-12-24(attrib): Allow expressions instead of constants.kenner
1993-11-23Don't fail to set $$.rms
1993-10-29(init): Remove extraneous pop_momentary in error case.kenner
1993-10-13(initdcl, notype_initdcl): Call decl_attributesrms
1993-10-11(stmt): Don't call default_conversion on top-level expressions.rms
1993-10-10(initdcl, notype_initdcl, init): Undo previous change.rms
1993-10-08(initdcl, notype_initdcl): Call push_momentary and pop_momentary here.rms
1993-08-06(attrib): Support attribute `volatile' with alias `noreturn', and `const'.rms
1993-07-28(simple_if, if_prefix, stmt): Undo Jul 7 change.wilson
1993-07-23(cast_expr): Use new initializer parsing functions.rms
1993-07-07(simple_if): Save stmt_count, and print empty bodywilson
1993-07-04(primary): In statement expression case,rms
1993-07-02(label): Use `convert_and_check' when checking foreggert
1993-06-26(all_iter_stmt_simple): Add missing `else'.rms
1993-05-06For Objc, expect just 20 conflicts.rms
1993-05-03Delete cond.awk reference.wilson
1993-04-18(unary_expr): Delete the alternate REALPART and IMAGPARTrms
1993-04-14Improve error message for sym undeclared at top level.rms
1993-04-09*** empty log message ***wood
1993-04-05(expr_no_commas, from ASSIGN op):rms
1993-03-18(REALPART, IMAGPART): New token types.rms
1993-03-04Add missing comma.meissner
1993-03-02(stmt): Allow all_iter_stmt.rms
1993-02-26(ivar_decls): Give a pedwarn (instead of a warning) for excess semicolons.rms
1993-02-18(program): After extdefs, pop any unpopped binding lvls.rms
1993-02-02(unary_expr): Warn about overflows in parser-built unary expressions.rms
1993-01-25(language_string): Define here for C and Obj-C.wilson