-
- Downloads
c-parse.in (c99_block_start, [...]): New.
* 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
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/c-parse.in 62 additions, 14 deletionsgcc/c-parse.in
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/c99-scope-1.c 1 addition, 1 deletiongcc/testsuite/gcc.dg/c99-scope-1.c
- gcc/testsuite/gcc.dg/c99-scope-2.c 71 additions, 0 deletionsgcc/testsuite/gcc.dg/c99-scope-2.c
Loading
Please register or sign in to comment