On 5/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
The two regressions which exist are: FAIL: gcc.dg/vect/vect-102.c scan-tree-dump-times possible dependence between data-refs 1 FAIL: gcc.dg/vect/vect-104.c scan-tree-dump-times possible dependence between data-refs 1
I had forgot to handle POINTER_PLUS_EXPR in split_constant_offset, I am testing that patch with the merge from the mainline also right now. So after this patch, there are no testsuite regressions on i686-linux-gnu. Thanks, Andrew Pinski