+2013-06-16 Balaji V.
+2013-06-16 Balaji V. Iyer <balaji.v.iyer@intel.com> + + * c-c++-common/cilk-plus/AN/if_test.c (main2): Fixed a bug of accidentally + placing minus sign for length instead of stride. + From-SVN: r200146
This commit is contained in:
parent
31eb8a1809
commit
7e55aae9e3
@ -1,3 +1,8 @@
|
||||
2013-06-16 Balaji V. Iyer <balaji.v.iyer@intel.com>
|
||||
|
||||
* c-c++-common/cilk-plus/AN/if_test.c (main2): Fixed a bug of accidentally
|
||||
placing minus sign for length instead of stride.
|
||||
|
||||
2013-06-16 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||
|
||||
PR rtl-optimization/57425
|
||||
|
@ -269,7 +269,7 @@ int main2 (char **argv)
|
||||
|
||||
/* atoi(argv[1]) == 10, so it will convert all 10's to 5's */
|
||||
if (FourDArray[0:10:1][0:5:2][9:10:-1][x:y:z] +
|
||||
FourDArray[0:10:1][0:5:2][9:-10:1][x:y:z] != 20)
|
||||
FourDArray[0:10:1][0:5:2][9:10:-1][x:y:z] != 20)
|
||||
array4[0:10:1][0:5:2][9:10:-1][x:y:z] = 10;
|
||||
else
|
||||
array4[0:10][0:5:2][9:10:-1][x:y:z] = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user