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

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

https://gcc.gnu.org/g:549331a55f88e338cb84890b2252c554b07c59ce

commit r11-10701-g549331a55f88e338cb84890b2252c554b07c59ce
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)
  • [Bug bootstrap/90543] Build fai... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to