https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104632
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104632
--- Comment #2 from LIU Hao ---
I don't think it's a duplicate. This only happens when reading through a
pointer by negative offsets. If I change the code to read by non-negative
offsets, GCC is actually very happy about it:
https://gcc.godbolt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104632
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Component|c++