Re: [PATCH] Fix ICE for boolean comparison

2015-11-13 Thread Ilya Enkovich
2015-11-13 14:28 GMT+03:00 Richard Biener : > On Fri, Nov 13, 2015 at 11:52 AM, Ilya Enkovich > wrote: >> 2015-11-13 13:38 GMT+03:00 Richard Biener : >>> On Thu, Nov 12, 2015 at 4:44 PM, Ilya Enkovich >>> wrote: Hi, Currently compiler may ICE when loaded boolean is compared with

Re: [PATCH] Fix ICE for boolean comparison

2015-11-13 Thread Richard Biener
On Fri, Nov 13, 2015 at 11:52 AM, Ilya Enkovich wrote: > 2015-11-13 13:38 GMT+03:00 Richard Biener : >> On Thu, Nov 12, 2015 at 4:44 PM, Ilya Enkovich >> wrote: >>> Hi, >>> >>> Currently compiler may ICE when loaded boolean is compared with vector >>> invariant or another boolean value. This i

Re: [PATCH] Fix ICE for boolean comparison

2015-11-13 Thread Ilya Enkovich
2015-11-13 13:38 GMT+03:00 Richard Biener : > On Thu, Nov 12, 2015 at 4:44 PM, Ilya Enkovich wrote: >> Hi, >> >> Currently compiler may ICE when loaded boolean is compared with vector >> invariant or another boolean value. This is because we don't detect mix of >> bool and non-bool vectypes and

Re: [PATCH] Fix ICE for boolean comparison

2015-11-13 Thread Richard Biener
On Thu, Nov 12, 2015 at 4:44 PM, Ilya Enkovich wrote: > Hi, > > Currently compiler may ICE when loaded boolean is compared with vector > invariant or another boolean value. This is because we don't detect mix of > bool and non-bool vectypes and incorrectly determine vectype for boolean loop >