https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89124
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Feb 7 14:48:43 2019 New Revision: 268639 URL: https://gcc.gnu.org/viewcvs?rev=268639&root=gcc&view=rev Log: Backported from mainline 2019-01-31 Jakub Jelinek <ja...@redhat.com> PR sanitizer/89124 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Allow inlining always_inline callees into no_sanitize_address callers. * c-c++-common/asan/pr89124.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/c-c++-common/asan/pr89124.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/ipa-inline.c branches/gcc-8-branch/gcc/testsuite/ChangeLog