r198038 - in /branches/cilkplus/gcc: ChangeLog....
bviyer@gcc.gnu.org
bviyer@gcc.gnu.org
Wed Apr 17 21:14:00 GMT 2013
Author: bviyer
Date: Wed Apr 17 21:14:03 2013
New Revision: 198038
URL: http://gcc.gnu.org/viewcvs?rev=198038&root=gcc&view=rev
Log:
Added support for array notations between arrays and check for length
mismatch.
Added:
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/cilkplus_AN_cpp_errors.exp
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/tst_lngth.cc
branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/array_notation_tests/errors/tst_lngth.c
Modified:
branches/cilkplus/gcc/ChangeLog.cilkplus
branches/cilkplus/gcc/c/c-array-notation.c
branches/cilkplus/gcc/cp/ChangeLog.cilkplus
branches/cilkplus/gcc/cp/cp-array-notation.c
branches/cilkplus/gcc/cp/parser.c
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/fp_triplet_values.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/parser_errors.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/sec_implicit.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/sec_implicit2.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/sec_inside_sec.cc
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/errors/sec_reduce_max_min_ind.cc
More information about the Gcc-cvs
mailing list