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

--- Comment #18 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

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

commit r10-11357-ge205cd507ed964defb2365b12296391b0be66dfc
Author: Eric Biggers <ebigg...@google.com>
Date:   Tue Jan 24 11:54:41 2023 +0100

    options: fix cl_target_option_print_diff() with strings

    Fix an obvious copy-and-paste error where ptr1 was used instead of ptr2.
    This bug caused the dump file produced by -fdump-ipa-inline-details to
    not correctly show the difference in target options when a function
    could not be inlined due to a target option mismatch.

    gcc/ChangeLog:
            PR bootstrap/90543
            * optc-save-gen.awk: Fix copy-and-paste error.

    Signed-off-by: Eric Biggers <ebigg...@google.com>
    (cherry picked from commit 9f0cb3368af735e95776769c4f28fa9cbb60eaf8)

Reply via email to