[Bug tree-optimization/79090] [7 regression] DSE wrongly removes store at variable offset

2017-01-16 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79090 --- Comment #5 from Jeffrey A. Law --- Author: law Date: Mon Jan 16 23:43:05 2017 New Revision: 244509 URL: https://gcc.gnu.org/viewcvs?rev=244509=gcc=rev Log: 2017-01-16 Jeff Law PR tree-optimization/79090

[Bug tree-optimization/79090] [7 regression] DSE wrongly removes store at variable offset

2017-01-15 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79090 --- Comment #3 from Jeffrey A. Law --- Author: law Date: Sun Jan 15 09:34:01 2017 New Revision: 244472 URL: https://gcc.gnu.org/viewcvs?rev=244472=gcc=rev Log: PR tree-optimization/79090 * tree-ssa-dse.c (valid_ao_ref_for_dse):

[Bug tree-optimization/79090] [7 regression] DSE wrongly removes store at variable offset

2017-01-15 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79090 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/79090] [7 regression] DSE wrongly removes store at variable offset

2017-01-14 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79090 Jeffrey A. Law changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Jeffrey

[Bug tree-optimization/79090] [7 regression] DSE wrongly removes store at variable offset

2017-01-14 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79090 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |7.0 Summary|[7 regression]