]> git.ipfire.org Git - thirdparty/gcc.git/commit
* c-parse.in (c99_block_start, c99_block_end,
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2000 14:08:09 +0000 (14:08 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2000 14:08:09 +0000 (14:08 +0000)
commitfd39c7061c1c4ee70db69aeab96aea97db747af0
tree813f582e01755dc24b3956ee33ab7b1309e45624
parent32c04d12acd4790f9261812ccae9a0aa19e1e71c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37427 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-parse.in
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-scope-1.c
gcc/testsuite/gcc.dg/c99-scope-2.c [new file with mode: 0644]