public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0
       [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
@ 2023-01-24 10:56 ` cvs-commit at gcc dot gnu.org
  2023-02-10 17:45 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-01-24 10:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:9f0cb3368af735e95776769c4f28fa9cbb60eaf8

commit r13-5324-g9f0cb3368af735e95776769c4f28fa9cbb60eaf8
Author: Eric Biggers <ebiggers@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 <ebiggers@google.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0
       [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
  2023-01-24 10:56 ` [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0 cvs-commit at gcc dot gnu.org
@ 2023-02-10 17:45 ` cvs-commit at gcc dot gnu.org
  2023-05-02 20:13 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-02-10 17:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r12-9143-gdb09666c7a014a86693bebcf4e8487f40937f999
Author: Eric Biggers <ebiggers@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 <ebiggers@google.com>
    (cherry picked from commit 9f0cb3368af735e95776769c4f28fa9cbb60eaf8)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0
       [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
  2023-01-24 10:56 ` [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0 cvs-commit at gcc dot gnu.org
  2023-02-10 17:45 ` cvs-commit at gcc dot gnu.org
@ 2023-05-02 20:13 ` cvs-commit at gcc dot gnu.org
  2023-05-03 15:20 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-02 20:13 UTC (permalink / raw)
  To: gcc-bugs

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
<jakub@gcc.gnu.org>:

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

commit r11-10701-g549331a55f88e338cb84890b2252c554b07c59ce
Author: Eric Biggers <ebiggers@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 <ebiggers@google.com>
    (cherry picked from commit 9f0cb3368af735e95776769c4f28fa9cbb60eaf8)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0
       [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-05-02 20:13 ` cvs-commit at gcc dot gnu.org
@ 2023-05-03 15:20 ` cvs-commit at gcc dot gnu.org
  2023-07-10  5:22 ` pinskia at gcc dot gnu.org
  2023-07-10  5:22 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-03 15:20 UTC (permalink / raw)
  To: gcc-bugs

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
<jakub@gcc.gnu.org>:

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

commit r10-11357-ge205cd507ed964defb2365b12296391b0be66dfc
Author: Eric Biggers <ebiggers@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 <ebiggers@google.com>
    (cherry picked from commit 9f0cb3368af735e95776769c4f28fa9cbb60eaf8)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0
       [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-05-03 15:20 ` cvs-commit at gcc dot gnu.org
@ 2023-07-10  5:22 ` pinskia at gcc dot gnu.org
  2023-07-10  5:22 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-10  5:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pexu@gcc-bugzilla.mail.kaps
                   |                            |i.fi

--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 88883 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0
       [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-07-10  5:22 ` pinskia at gcc dot gnu.org
@ 2023-07-10  5:22 ` pinskia at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-07-10  5:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |9.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-10  5:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90543-4@http.gcc.gnu.org/bugzilla/>
2023-01-24 10:56 ` [Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0 cvs-commit at gcc dot gnu.org
2023-02-10 17:45 ` cvs-commit at gcc dot gnu.org
2023-05-02 20:13 ` cvs-commit at gcc dot gnu.org
2023-05-03 15:20 ` cvs-commit at gcc dot gnu.org
2023-07-10  5:22 ` pinskia at gcc dot gnu.org
2023-07-10  5:22 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).