[Bug tree-optimization/90869] Non-disambiguated memory accesses

2021-05-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90869 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/90869] Non-disambiguated memory accesses

2020-02-24 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90869 Jan Hubicka changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Jan Hubicka --- N

[Bug tree-optimization/90869] Non-disambiguated memory accesses

2020-01-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90869 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/90869] Non-disambiguated memory accesses

2019-06-13 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90869 --- Comment #2 from Jan Hubicka --- Author: hubicka Date: Thu Jun 13 15:00:41 2019 New Revision: 272247 URL: https://gcc.gnu.org/viewcvs?rev=272247&root=gcc&view=rev Log: PR tree-optimize/90869 * tree-ssa-alias.c (indirect_ref_ma

[Bug tree-optimization/90869] Non-disambiguated memory accesses

2019-06-13 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90869 --- Comment #1 from Jan Hubicka --- Another testcase. Here we should disambiguate both cases while we do only second struct a {int a1; int a2;}; struct b:a {}; struct b bvar,*bptr2; int test(void) { struct a *bptr = &bvar; bptr->a2=0; bptr