On 05/16/2012 11:43 AM, Richard Guenther wrote:
On Wed, May 16, 2012 at 9:19 AM, Paolo Bonzini<bonz...@gnu.org> wrote:
OFFSET_TYPE is treated as an integral type for the purpose of conversion
in fold-const.c. However, the GIMPLE verifier disagrees, leading to
verification errors when a cast from boolean to offset type is gimplified.
Bootstrapped/regtested x86_64-pc-linux-gnu, ok for mainline?
I see this patch is now installed and I'm afraid is causing regressions
in the c++ testsuite: today I see many unexpected fails having to do
with pointers to members.
Thanks,
Paolo.