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/63646] libsanitizer fails to build for AARCH64:ILP32


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

Yury Gribov <y.gribov at samsung dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |y.gribov at samsung dot com

--- Comment #4 from Yury Gribov <y.gribov at samsung dot com> ---
(In reply to Andrew Pinski from comment #2)
> Really I think sanitizer should be auto-generating this header rather than
> having its own copy.

People keep mentioning this but Asan team never seemed to bother.  Actually
missing symbols is not the biggest problems because they at least manifest
themselves at build time.  Have a look at bunch of lovely magic constants with
interspersing ifdefs all over the place in sanitizer_platform_limits_posix.h. 
Debugging type mismatch issues at runtime is so fun.


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