This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/27358] ICE with invalid variable after #pragma omp parallel



------- Comment #2 from rth at gcc dot gnu dot org  2006-05-01 17:46 -------
Subject: Bug 27358

Author: rth
Date: Mon May  1 17:46:32 2006
New Revision: 113421

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113421
Log:
        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.

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr27358.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-parser.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27358


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]