]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/27358 (ICE with invalid variable after #pragma omp parallel)
authorRichard Henderson <rth@redhat.com>
Mon, 1 May 2006 17:46:32 +0000 (10:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 1 May 2006 17:46:32 +0000 (10:46 -0700)
commit2a83cc52548482af48cd2cebcf9e5248c81d2499
treedde9ac8721da159e12701f6a8d15d402eb2c4a24
parent0f57299d37b292bdfdc4e2a0d0fe00935b8c1931
re PR c/27358 (ICE with invalid variable after #pragma omp parallel)

        PR c/27358
        * c-parser.c (c_parser_skip_to_end_of_block_or_statement): Move after
        c_parser_skip_to_pragma_eol.  Convert to switch statement.  Handle
        CPP_PRAGMA.

From-SVN: r113421
gcc/ChangeLog
gcc/c-parser.c
gcc/testsuite/gcc.dg/gomp/pr27358.c [new file with mode: 0644]