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 tree-optimization/78887] [7 Regression] Failure to build aarch64 allmodconfig Linux kernel 4.9


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Those options don't include -fsanitize=kernel-address, so no idea where that
earlier mentioned
_GLOBAL__sub_D_65535_0___odr_asan.__mod_cpu__cpu_feature_match_SHA1_device_table
comes from.  But, even with -fsanitize=kernel-address added to the option there
is no *__odr_asan* symbol.
cpu_feature_match_SHA1 is 4 bytes long regardless of that option.

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