Re: amd64/-current doesn't compile with clang

2013-11-30 Thread Thomas Klausner
On Sat, Nov 30, 2013 at 11:15:35AM +1100, Matthew Green wrote: --- toom53_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom53_mul.c:102:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w1_neg

amd64/-current doesn't compile with clang

2013-11-29 Thread Thomas Klausner
--- toom44_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom44_mul.c:209:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w3_neg mpn_toom_eval_dgr3_pm1 (apx, amx, ap, n, s, tp));

Re: amd64/-current doesn't compile with clang

2013-11-29 Thread Thomas Klausner
On Fri, Nov 29, 2013 at 10:13:46AM +0100, Thomas Klausner wrote: --- toom44_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom44_mul.c:209:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w3_neg

re: amd64/-current doesn't compile with clang

2013-11-29 Thread matthew green
--- toom53_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom53_mul.c:102:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w1_neg mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, gp));