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]

r198077 - in /branches/cilkplus/gcc: cp/ChangeL...


Author: bviyer
Date: Thu Apr 18 22:57:31 2013
New Revision: 198077

URL: http://gcc.gnu.org/viewcvs?rev=198077&root=gcc&view=rev
Log:
Fixed a bug of adding the call expr that has array notations twice.

cp/ChangeLog.cilkplus
+       (fix_unary_array_notation_exprs): Replaced appending to statement lists
+       with pushing and popping of statements along with add statement.
 

Added:
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/execute/multiple_insert_check.cc
Modified:
    branches/cilkplus/gcc/cp/ChangeLog.cilkplus
    branches/cilkplus/gcc/cp/cp-array-notation.c
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/array_notation_tests/execute/test_sec_limits.cc


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