Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 590098
Collapse All | Expand All

(-)trunk/gcc/tree-vect-data-refs.c (+2 lines)
Lines 2545-2550 Link Here
2545
  if (t2 == NULL)
2545
  if (t2 == NULL)
2546
    return 1;
2546
    return 1;
2547
2547
2548
  STRIP_NOPS (t1);
2549
  STRIP_NOPS (t2);
2548
2550
2549
  if (TREE_CODE (t1) != TREE_CODE (t2))
2551
  if (TREE_CODE (t1) != TREE_CODE (t2))
2550
    return TREE_CODE (t1) < TREE_CODE (t2) ? -1 : 1;
2552
    return TREE_CODE (t1) < TREE_CODE (t2) ? -1 : 1;

Return to bug 590098