[Bug tree-optimization/90122] inequality of addresses of distinct objects not folded
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90122 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug tree-optimization/90122] inequality of addresses of distinct objects not folded
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90122 --- Comment #1 from H.J. Lu --- (In reply to Martin Sebor from comment #0) > In the test case below GCC folds the second test (as expected, on the > assumption that distinct declarations refer to distinct objects) but fails > to fold the first. >