https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100920
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:97d83259b91fb558f5b09bfb09529900f585c4c9 commit r12-1264-g97d83259b91fb558f5b09bfb09529900f585c4c9 Author: Eric Botcazou <ebotca...@adacore.com> Date: Mon Jun 7 18:17:31 2021 +0200 Fix old thinko in warning on pointer for storage order purposes gcc/c PR c/100920 * c-typeck.c (convert_for_assignment): Test fndecl_built_in_p to spot built-in functions. gcc/testsuite/ * gcc.dg/sso-14.c: Adjust.