Changeset 152
- Timestamp:
- 09/20/07 05:14:10
- Files:
-
- guts_main/src/array_declarators.upc (modified) (1 diff)
- guts_main/src/barrier2_neg.upc (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
guts_main/src/array_declarators.upc
r132 r152 95 95 for(i=0; i<(BLOCKS*THREADS); i++){ 96 96 if(((i/BLOCKS)%THREADS) == MYTHREAD){ 97 if(*p != MYTHREAD)97 if(*pp != MYTHREAD) 98 98 GULA_FAIL("failed to apply type qualifier to the elements"); 99 p ++;99 pp++; 100 100 } 101 101 }
