https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109553
--- Comment #4 from Xi Ruoyao <xry111 at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #3) > Note I disagree with load_uint32_t having a warning. the pointer might be > have a const qualifier on it does not mean the location is const overall. And the doc didn't say "type cannot be const-qualified" (though const-qualified type does not make any sense for store).