https://bugzilla.suse.com/show_bug.cgi?id=1196279 https://bugzilla.suse.com/show_bug.cgi?id=1196279#c4 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=104633 --- Comment #4 from Richard Biener <rguenther@suse.com> --- We are diagnosing inline __attribute__((always_inline)) int memcmp (const void * p, const void *q, unsigned long size) { return __builtin_memcmp (p, q, size); } I suppose glibcs fortify wrappers are not diagnosed because they are guarded with -Wsystem-header. I've filed an upstream bug. -- You are receiving this mail because: You are on the CC list for the bug.