Re: [patch 7/8 tree-optimization]: Bitwise not logic for fold_unary_loc.

2011-07-13 Thread Richard Guenther
On Wed, Jul 13, 2011 at 9:36 AM, Kai Tietz wrote: > Hello, > > This patch adds support to fold_unary_loc for one-bit precision > typed bitwise-not expression. Similar ... > ChangeLog > > 2011-07-13  Kai Tietz   > >        * fold-const.c (fold_unary_loc): Add >        support for one-bit bitwise-

[patch 7/8 tree-optimization]: Bitwise not logic for fold_unary_loc.

2011-07-13 Thread Kai Tietz
Hello, This patch adds support to fold_unary_loc for one-bit precision typed bitwise-not expression. ChangeLog 2011-07-13 Kai Tietz * fold-const.c (fold_unary_loc): Add support for one-bit bitwise-not optimizeation. Bootstrapped and regression tested with prior patches of th