public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/93016] erroneous new (nothrow_t) still throws an exception
       [not found] <bug-93016-4@http.gcc.gnu.org/bugzilla/>
@ 2023-03-19 21:45 ` nok.raven at gmail dot com
  2023-03-20  9:52 ` redi at gcc dot gnu.org
  2023-03-20 10:04 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: nok.raven at gmail dot com @ 2023-03-19 21:45 UTC (permalink / raw)
  To: gcc-bugs

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

Nikita Kniazev <nok.raven at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nok.raven at gmail dot com

--- Comment #2 from Nikita Kniazev <nok.raven at gmail dot com> ---
This is a regression since GCC 6 https://godbolt.org/z/7WbYb9a7j

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

* [Bug c++/93016] erroneous new (nothrow_t) still throws an exception
       [not found] <bug-93016-4@http.gcc.gnu.org/bugzilla/>
  2023-03-19 21:45 ` [Bug c++/93016] erroneous new (nothrow_t) still throws an exception nok.raven at gmail dot com
@ 2023-03-20  9:52 ` redi at gcc dot gnu.org
  2023-03-20 10:04 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2023-03-20  9:52 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
PR 99934 is a dup of this, with more info, so let's close this one.

*** This bug has been marked as a duplicate of bug 99934 ***

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

* [Bug c++/93016] erroneous new (nothrow_t) still throws an exception
       [not found] <bug-93016-4@http.gcc.gnu.org/bugzilla/>
  2023-03-19 21:45 ` [Bug c++/93016] erroneous new (nothrow_t) still throws an exception nok.raven at gmail dot com
  2023-03-20  9:52 ` redi at gcc dot gnu.org
@ 2023-03-20 10:04 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2023-03-20 10:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Nikita Kniazev from comment #2)
> This is a regression since GCC 6 https://godbolt.org/z/7WbYb9a7j

Not really. The difference is that GCC 6 defaults to -std=gnu++14 but if you
use that (or -std=c++11) with GCC 5 you get the same behaviour.

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

end of thread, other threads:[~2023-03-20 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93016-4@http.gcc.gnu.org/bugzilla/>
2023-03-19 21:45 ` [Bug c++/93016] erroneous new (nothrow_t) still throws an exception nok.raven at gmail dot com
2023-03-20  9:52 ` redi at gcc dot gnu.org
2023-03-20 10:04 ` redi 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).