https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93616
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org --- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> --- For the cases when the overlap is exceedingly unlikely it would be helpful to issue a warning suggesting to qualify the function arguments with the restrict keyword. That would make it possible to avoid the runtime check.