This is the mail archive of the gcc-cvs@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]

r205901 - in /branches/openacc-1_0-branch: Chan...


Author: iusmanov
Date: Wed Dec 11 17:47:52 2013
New Revision: 205901

URL: http://gcc.gnu.org/viewcvs?rev=205901&root=gcc&view=rev
Log:
11-12-2013 Ilmir Usmanov <i.usmanov@samsung.com>
        Fix data clauses and seq/independent pair in C FE

        * gcc/c/c-parser.c 
        (c_parser_acc_check_multiple_clauses): New function
        (c_parser_acc_variable_list): Check for presence of
        variable in multiple clauses and type checks
        (c_parser_acc_clause_seq, c_parser_acc_clause_independent):
        Check for presence of both seq and independent in single directive
        * gcc/testsuite/gcc.dg/gacc/branch.c: Fix test
        * gcc/testsuite/gcc.dg/gacc/data-clauses.c: Likewise
        * gcc/testsuite/gcc.dg/gacc/if.c: Likewise
        * gcc/testsuite/gcc.dg/gacc/loop.c: Likewise


Modified:
    branches/openacc-1_0-branch/ChangeLog.ACC
    branches/openacc-1_0-branch/gcc/c/c-parser.c
    branches/openacc-1_0-branch/gcc/testsuite/gcc.dg/gacc/branch.c
    branches/openacc-1_0-branch/gcc/testsuite/gcc.dg/gacc/data-clauses.c
    branches/openacc-1_0-branch/gcc/testsuite/gcc.dg/gacc/if.c
    branches/openacc-1_0-branch/gcc/testsuite/gcc.dg/gacc/loop.c


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