Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-13 | c-parse.in (c99_block_start, [...]): New. | Joseph Myers | 1 | -1/+1 | |
* c-parse.in (c99_block_start, c99_block_end, c99_block_lineno_labeled_stmt): New. (simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt. (stmt): Split off selection and iteration statements into... (select_or_iter_stmt): New. Use c99_block_lineno_labeled_stmt. testsuite: * gcc.dg/c99-scope-1.c: Remove xfail. * gcc.dg/c99-scope-2.c: New test. From-SVN: r37427 | |||||
2000-08-10 | c90-array-lval-1.c, [...]: New tests. | Joseph Myers | 1 | -0/+34 | |
* gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c, gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c, gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c: New tests. From-SVN: r35602 |