X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fgraphite%2Fblock-1.c;h=35c5c6a1f1e0b25228e65909efe403fe1bcafda6;hb=3d6959860a7039d0e449abc9e308e5777d2cfd68;hp=7eb38663ec82ff274a2918e2a3285a269fb32d0f;hpb=aa6c0249835e6d57548e6d1a84941251be9bf49d;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/gcc.dg/graphite/block-1.c b/gcc/testsuite/gcc.dg/graphite/block-1.c index 7eb38663ec8..35c5c6a1f1e 100644 --- a/gcc/testsuite/gcc.dg/graphite/block-1.c +++ b/gcc/testsuite/gcc.dg/graphite/block-1.c @@ -26,9 +26,6 @@ int main() bar (); - /* FIXME: For now, reductions are not handled by the code generation - of graphite. We have to bound the scop to the above loops. */ - for(i = 0; i < MAX; i++) for(j = 0; j < MAX; j++) sum += A[i*MAX + j];