?? vect-dv-1.c
字號:
/* Test compiler crash when dependence analyzer can not represent dependence relation by distance vector. *//* { dg-do compile } *//* { dg-require-effective-target vect_int } */int x[199];void foo() { int t,j; for (j=99;j>0;j--) x [j+j]=x[j]; for (j=198;j>=100;j--) if(x[j]) { x[j-63]=x[j-3]-x[j]; }}/* { dg-final { cleanup-tree-dump "vect" } } */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -