Re: [PATCH] [libitm] Add --enable-werror.

2013-07-18 Thread Ryan Hill
On Mon, 8 Jul 2013 20:20:01 -0600 Ryan Hill wrote: Ping. > On Mon, 1 Jul 2013 14:56:01 -0600 > Ryan Hill wrote: > > Ping. > http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00033.html > > > > libitm is currently unconditionally built with -Werror. This patch adds > > --enable-werror to control

Re: [PATCH] [libitm] Add --enable-werror.

2013-07-08 Thread Ryan Hill
On Mon, 1 Jul 2013 14:56:01 -0600 Ryan Hill wrote: Ping. http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00033.html > libitm is currently unconditionally built with -Werror. This patch adds > --enable-werror to control it (enabled by default). Bootstrapped and tested > on x86_64, and inspected

[PATCH] [libitm] Add --enable-werror.

2013-07-01 Thread Ryan Hill
libitm is currently unconditionally built with -Werror. This patch adds --enable-werror to control it (enabled by default). Bootstrapped and tested on x86_64, and inspected build logs to ensure it was doing what it should. I'm assuming copyright assignment isn't necessary for a small change like