https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77837
--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> --- Author: msebor Date: Sun Oct 23 22:38:24 2016 New Revision: 241457 URL: https://gcc.gnu.org/viewcvs?rev=241457&root=gcc&view=rev Log: PR target/77837 - missing -Wformat-length warning for %p with null argument on powerpc64 gcc/ChangeLog: PR target/77837 * config/rs6000/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define. * config/rs6000/linux64.h (TARGET_PRINTF_POINTER_FORMAT): Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/config/rs6000/linux.h trunk/gcc/config/rs6000/linux64.h