This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/78513] [7 Regression] Failure to build linux kernel with KASAN support


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78513

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, since r243441 -fsanitize-use-after-scope is enabled by default only for
-fsanitize=address, not for -fsanitize=kernel-address, so for kernel one has to
enable it manually.  So marking as fixed instead.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]