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

--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:efe3da62758ed031486005e0b912de23a0a6b4c6

commit r15-3055-gefe3da62758ed031486005e0b912de23a0a6b4c6
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Sun Aug 11 21:26:59 2024 -0700

    ASAN: call initialize_sanitizer_builtins for hwasan [PR115205]

    Sometimes initialize_sanitizer_builtins is not called before emitting
    the asan builtins with hwasan. In the case of the bug report, there
    was a path with the fortran front-end where it was not called.
    So let's call it in asan_instrument before calling transform_statements
    and from hwasan_finish_file.

    Built and tested for aarch64-linux-gnu with no regressions.

    Changes since v1:
    * v2: Add call of asan_instrument to hwasan_finish_file also.

    gcc/ChangeLog:

            PR sanitizer/115205
            * asan.cc (asan_instrument): Call initialize_sanitizer_builtins
            for hwasan.
            (hwasan_finish_file): Likewise.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to