Re: [patch 6/8 tree-optimization]: Bitwise and logic for fold_binary_loc.

2011-07-13 Thread Richard Guenther
On Wed, Jul 13, 2011 at 9:34 AM, Kai Tietz wrote: > Hello, > > This patch adds support to fold_binary_loc for one-bit precision > typed bitwise-and expression. Similar ... your patch descriptions are useless btw. > ChangeLog > > 2011-07-13  Kai Tietz   > >        * fold-const.c (fold_binary_loc)

[patch 6/8 tree-optimization]: Bitwise and logic for fold_binary_loc.

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