r196854 - in /branches/cilkplus/gcc: ChangeLog....

bviyer@gcc.gnu.org bviyer@gcc.gnu.org
Thu Mar 21 03:27:00 GMT 2013


Author: bviyer
Date: Thu Mar 21 03:27:13 2013
New Revision: 196854

URL: http://gcc.gnu.org/viewcvs?rev=196854&root=gcc&view=rev
Log:
Fixed pragma simd vectorlenght clause to accept multiple values with comma.
2013-03-20  Balaji V. Iyer  <balaji.v.iyer@intel.com>

        * c/c-parser.c (c_parser_simd_vectorlength): Called the function
        c_parser_expr_no_commas instead of c_parser_expression to parse just
        until the comma.



Added:
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/execute/vlength_comma.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/execute/vlength_comma2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/execute/vlength_comma3.c
Modified:
    branches/cilkplus/gcc/ChangeLog.cilkplus
    branches/cilkplus/gcc/c/c-parser.c
    branches/cilkplus/gcc/testsuite/ChangeLog.cilkplus
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/compile/array_test2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c



More information about the Gcc-cvs mailing list