public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/88797] [8/9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined)
       [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-04 12:31 ` rguenth at gcc dot gnu.org
  2021-05-14  9:51 ` [Bug tree-optimization/88797] [9 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-04 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

* [Bug tree-optimization/88797] [9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined)
       [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
  2021-05-04 12:31 ` [Bug tree-optimization/88797] [8/9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined) rguenth at gcc dot gnu.org
@ 2021-05-14  9:51 ` jakub at gcc dot gnu.org
  2021-05-14 10:49 ` cassio.neri at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug tree-optimization/88797] [9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined)
       [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
  2021-05-04 12:31 ` [Bug tree-optimization/88797] [8/9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined) rguenth at gcc dot gnu.org
  2021-05-14  9:51 ` [Bug tree-optimization/88797] [9 " jakub at gcc dot gnu.org
@ 2021-05-14 10:49 ` cassio.neri at gmail dot com
  2021-05-17  9:26 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: cassio.neri at gmail dot com @ 2021-05-14 10:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Cassio Neri <cassio.neri at gmail dot com> ---
FWIW: This seems to have been fixed since 10.1. As we can see in [1], on
version 10.1, test_f has no unnecessary branches, as opposed to version 9.3.

[1] https://godbolt.org/z/h87Efbanb

As far as I'm concerned, you could close the ticket.

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

* [Bug tree-optimization/88797] [9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined)
       [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-05-14 10:49 ` cassio.neri at gmail dot com
@ 2021-05-17  9:26 ` rguenth at gcc dot gnu.org
  2021-06-01  8:12 ` rguenth at gcc dot gnu.org
  2022-05-27  8:24 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-17  9:26 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |9.3.0
      Known to work|                            |10.1.0

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> ---
We're keeping this open for tracking purposes throughout the lifetime of the
GCC 9 branch.

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

* [Bug tree-optimization/88797] [9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined)
       [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-05-17  9:26 ` rguenth at gcc dot gnu.org
@ 2021-06-01  8:12 ` rguenth at gcc dot gnu.org
  2022-05-27  8:24 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:12 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug tree-optimization/88797] [9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined)
       [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-06-01  8:12 ` rguenth at gcc dot gnu.org
@ 2022-05-27  8:24 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  8:24 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|9.5                         |10.0
             Status|ASSIGNED                    |RESOLVED
      Known to fail|                            |9.5.0

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for GCC 10.

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

end of thread, other threads:[~2022-05-27  8:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-88797-4@http.gcc.gnu.org/bugzilla/>
2021-05-04 12:31 ` [Bug tree-optimization/88797] [8/9 Regression] Unneeded branch added when function is inlined (function runs faster if not inlined) rguenth at gcc dot gnu.org
2021-05-14  9:51 ` [Bug tree-optimization/88797] [9 " jakub at gcc dot gnu.org
2021-05-14 10:49 ` cassio.neri at gmail dot com
2021-05-17  9:26 ` rguenth at gcc dot gnu.org
2021-06-01  8:12 ` rguenth at gcc dot gnu.org
2022-05-27  8:24 ` rguenth 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).