https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101484
Andrew Stubbs <ams at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2021-07-17 --- Comment #1 from Andrew Stubbs <ams at gcc dot gnu.org> --- A new warning has been added that falsely identifies any access to a hardcoded constant address as bogus. This has affected a few targets, including GCN libgomp. See pr101374. There's some discussion what to do about it. E.g. https://gcc.gnu.org/pipermail/gcc-patches/2021-July/574880.html