Re: PR71206: inconsistent types after match.pd transformation

2016-05-20 Thread Richard Biener
On Fri, May 20, 2016 at 9:12 AM, Marc Glisse wrote: > On Fri, 20 May 2016, Marc Glisse wrote: > >> Hello, >> >> this was bootstrapped and regtested on powerpc64le-unknown-linux-gnu. >> >> 2016-05-20 Marc Glisse > > > PR tree-optimization/71079 > PR tree-optimization/71206 Ok.

Re: PR71206: inconsistent types after match.pd transformation

2016-05-20 Thread Marc Glisse
On Fri, 20 May 2016, Marc Glisse wrote: Hello, this was bootstrapped and regtested on powerpc64le-unknown-linux-gnu. 2016-05-20 Marc Glisse PR tree-optimization/71079 PR tree-optimization/71206 gcc/ * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments. gcc/test

PR71206: inconsistent types after match.pd transformation

2016-05-19 Thread Marc Glisse
Hello, this was bootstrapped and regtested on powerpc64le-unknown-linux-gnu. 2016-05-20 Marc Glisse gcc/ * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments. gcc/testsuite/ * gcc.dg/tree-ssa/pr71206.c: New testcase. -- Marc GlisseIndex: gcc/match.pd ==