[Bug middle-end/84747] alias analysis reports may-conflict for references to disjoint address spaces

2023-12-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84747 Richard Biener changed: What|Removed |Added Last reconfirmed|2018-03-07 00:00:00 |2023-12-5 --- Comment #4 from Richard

[Bug middle-end/84747] alias analysis reports may-conflict for references to disjoint address spaces

2018-03-07 Thread stefan at reservoir dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84747 --- Comment #3 from Stefan M Freudenberger --- In this case I would have expected that TARGET_ADDR_SPACE_SUBSET_P will return TRUE, as appropriate. Granted, it would render my example invalid for x86.

[Bug middle-end/84747] alias analysis reports may-conflict for references to disjoint address spaces

2018-03-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84747 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug middle-end/84747] alias analysis reports may-conflict for references to disjoint address spaces

2018-03-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84747 Richard Biener changed: What|Removed |Added Keywords||alias, missed-optimization