summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
...
* (ALIGN): Remove unused token.kenner1995-02-131-1/+1
* (unary_expr): If -pedantic, give error for &&.kenner1995-01-141-1/+3
* __attribute__ ((constructor))merrill1995-01-141-6/+2
* (parmlist_2): Give error for function with only ELLIPSIS as ankenner1994-08-241-2/+7
* (stmt): Don't give more than one error message if a nested `if' has ankenner1994-07-111-2/+3
* (initelt): The equal sign is optional when positioning to a singlekenner1994-07-011-0/+3
* (init, compstmt, stmt, all_iter_stmt_with_decl): If the lookaheadkenner1994-05-291-7/+26
* (enumlist): Add error alternative.rms1994-05-161-0/+2
* Rewrite attribute parsing; update the expected conflicts and statekenner1994-05-061-66/+60
* (attrib): Handle string args as expressions,rms1994-03-281-28/+14
* Back out this patch:dje1994-03-271-5/+5
* (primary): Remove decl of unused variable CONTEXT.kenner1994-03-251-2/+0
* (attrib): Use `identifier' instead of `IDENTIFIER' since names thatkenner1994-03-191-5/+5
* (attrib): Handle attribute ((section ("string"))).dje1994-02-171-0/+10
* (maybe_attribute): Allow multiple __attribute__ clauses on akenner1994-01-131-3/+3
* (attrib): Allow expressions instead of constants.kenner1993-12-241-10/+12
* Don't fail to set $$.rms1993-11-231-1/+2
* (init): Remove extraneous pop_momentary in error case.kenner1993-10-291-2/+1
* (initdcl, notype_initdcl): Call decl_attributesrms1993-10-131-0/+2
* (stmt): Don't call default_conversion on top-level expressions.rms1993-10-111-0/+7
* (initdcl, notype_initdcl, init): Undo previous change.rms1993-10-101-16/+16
* (initdcl, notype_initdcl): Call push_momentary and pop_momentary here.rms1993-10-081-13/+16
* (attrib): Support attribute `volatile' with alias `noreturn', and `const'.rms1993-08-061-1/+8
* (simple_if, if_prefix, stmt): Undo Jul 7 change.wilson1993-07-281-7/+9
* (cast_expr): Use new initializer parsing functions.rms1993-07-231-44/+69
* (simple_if): Save stmt_count, and print empty bodywilson1993-07-071-6/+7
* (primary): In statement expression case,rms1993-07-041-7/+12
* (label): Use `convert_and_check' when checking foreggert1993-07-021-3/+5
* (all_iter_stmt_simple): Add missing `else'.rms1993-06-261-1/+1
* For Objc, expect just 20 conflicts.rms1993-05-061-1/+1
* Delete cond.awk reference.wilson1993-05-031-1/+1
* (unary_expr): Delete the alternate REALPART and IMAGPARTrms1993-04-181-6/+2
* Improve error message for sym undeclared at top level.rms1993-04-141-1/+1
* *** empty log message ***wood1993-04-091-70/+159
* (expr_no_commas, from ASSIGN op):rms1993-04-051-1/+2
* (REALPART, IMAGPART): New token types.rms1993-03-181-0/+9
* Add missing comma.meissner1993-03-041-1/+1
* (stmt): Allow all_iter_stmt.rms1993-03-021-1/+59
* (ivar_decls): Give a pedwarn (instead of a warning) for excess semicolons.rms1993-02-261-1/+1
* (program): After extdefs, pop any unpopped binding lvls.rms1993-02-181-0/+4
* (unary_expr): Warn about overflows in parser-built unary expressions.rms1993-02-021-1/+2
* (language_string): Define here for C and Obj-C.wilson1993-01-251-0/+9
* (unary_expr => ANDAND identifier): Handle lookup_label returning 0.rms1993-01-251-3/+9
* Use new name objc-act.h.rms1993-01-241-1/+1
* (component_declarator): Allow attribute after nameless field.rms1993-01-051-2/+3
* (label): Use expr_no_commas instead of expr for case labels.wilson1993-01-021-2/+2
* (stmt, FOR case): Do call position_after_white_spacerms1993-01-021-1/+2
* (component_decl_list): Do pedwarn for missing semicolon after last field decl.rms1992-10-071-1/+1
* Expect 56 conflicts for objc.rms1992-10-011-1/+1
* Add mode spec for Emacs.rms1992-10-011-1/+1