public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/88118] GCC keeps unnecessary calls to new
       [not found] <bug-88118-4@http.gcc.gnu.org/bugzilla/>
@ 2021-12-10 22:10 ` pinskia at gcc dot gnu.org
  2021-12-10 22:22 ` pinskia at gcc dot gnu.org
  2021-12-10 22:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-10 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           See Also|                            |https://bugs.llvm.org/show_
                   |                            |bug.cgi?id=39731

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

* [Bug c++/88118] GCC keeps unnecessary calls to new
       [not found] <bug-88118-4@http.gcc.gnu.org/bugzilla/>
  2021-12-10 22:10 ` [Bug c++/88118] GCC keeps unnecessary calls to new pinskia at gcc dot gnu.org
@ 2021-12-10 22:22 ` pinskia at gcc dot gnu.org
  2021-12-10 22:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-10 22:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
      Known to fail|                            |8.1.0, 9.1.0
   Target Milestone|---                         |10.0

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed in GCC 10 by r10-2105-gcb50701ec2c7a (I found a slight missed
optimization but I will file that as a seperate issue).

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

* [Bug c++/88118] GCC keeps unnecessary calls to new
       [not found] <bug-88118-4@http.gcc.gnu.org/bugzilla/>
  2021-12-10 22:10 ` [Bug c++/88118] GCC keeps unnecessary calls to new pinskia at gcc dot gnu.org
  2021-12-10 22:22 ` pinskia at gcc dot gnu.org
@ 2021-12-10 22:24 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-12-10 22:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #7)
> Fixed in GCC 10 by r10-2105-gcb50701ec2c7a (I found a slight missed
> optimization but I will file that as a seperate issue).

The slight missed optimization is due to main being marked as called only once
so it is not really a missed one so I am not going to file it.

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

end of thread, other threads:[~2021-12-10 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-88118-4@http.gcc.gnu.org/bugzilla/>
2021-12-10 22:10 ` [Bug c++/88118] GCC keeps unnecessary calls to new pinskia at gcc dot gnu.org
2021-12-10 22:22 ` pinskia at gcc dot gnu.org
2021-12-10 22:24 ` 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).