re PR middle-end/52134 (Does not fold (x * 4) & -4)
2012-03-13 Richard Guenther <rguenther@suse.de> PR middle-end/52134 * fold-const.c (fold_binary_loc): Fold (X * Y) & -(1 << CST) to X * Y if Y is a constant multiple of 1 << CST. * gcc.dg/pr52134.c: New testcase. From-SVN: r185334
Showing
gcc/testsuite/gcc.dg/pr52134.c
0 → 100644
Please
register
or
sign in
to comment