[Bug tree-optimization/84982] [8 Regression] logically inverting bools into local array results in bitwise negation

2018-03-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84982 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/84982] [8 Regression] logically inverting bools into local array results in bitwise negation

2018-03-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84982 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Mar 21 20:20:40 2018 New Revision: 258742 URL: https://gcc.gnu.org/viewcvs?rev=258742=gcc=rev Log: PR tree-optimization/84982 * gimple-ssa-store-merging.c

[Bug tree-optimization/84982] [8 Regression] logically inverting bools into local array results in bitwise negation

2018-03-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84982 --- Comment #2 from Jakub Jelinek --- Created attachment 43719 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43719=edit gcc8-pr84982.patch Untested fix.

[Bug tree-optimization/84982] [8 Regression] logically inverting bools into local array results in bitwise negation

2018-03-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84982 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/84982] [8 Regression] logically inverting bools into local array results in bitwise negation

2018-03-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84982 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED