diff options
Diffstat (limited to 'clang/test/Sema/statements.c')
-rw-r--r-- | clang/test/Sema/statements.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Sema/statements.c b/clang/test/Sema/statements.c index f01ee408671..057492ab80f 100644 --- a/clang/test/Sema/statements.c +++ b/clang/test/Sema/statements.c @@ -90,9 +90,6 @@ void foo(enum x X) { } } -// PR 8880 -// FIXME: Clang should reject this, since GCC does. Previously this -// was causing a crash in the CFG builder. int test_pr8880() { int first = 1; for ( ; ({ if (first) { first = 0; continue; } 0; }); ) |