public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Michael Hanselmann <public@hansmi.ch>
To: Jonathan Wakely <jwakely.gcc@gmail.com>
Cc: libstdc++ <libstdc++@gcc.gnu.org>,
	 gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH libstdc++] Fix for std::uncaught_exception (PR 62258)
Date: Mon, 13 Apr 2015 12:13:00 -0000	[thread overview]
Message-ID: <552BB2E1.2080203@msgid.hansmi.ch> (raw)
In-Reply-To: <CAH6eHdR1eExhUz7qeE_de_akTBF2_GJLFochWsEX2e5yz-rChw@mail.gmail.com>

On 02.02.2015 12:03, Jonathan Wakely wrote:
> On 2 February 2015 at 02:37, Michael Hanselmann wrote:
>> Calls to `std::uncaught_exception` after calling
>> `std::rethrow_exception' always return `true' when
>> `std::uncaught_exception' should return `false' unless an exception is
>> in flight. `std::rethrow_exception' does not update
>> `__cxa_eh_globals::uncaughtExceptions' while the following call to
>> `__cxa_begin_catch' decrements it. This fixes PR 62258.
> 
> The patch looks correct, but I think it can wait until the trunk
> reopens after the GCC 5 release.

I presume that's the case now that the GCC 5 branch has been created.

  reply	other threads:[~2015-04-13 12:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02  2:37 Michael Hanselmann
2015-02-02 11:03 ` Jonathan Wakely
2015-04-13 12:13   ` Michael Hanselmann [this message]
2015-04-13 12:28     ` Jonathan Wakely
2015-04-27 19:45 ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=552BB2E1.2080203@msgid.hansmi.ch \
    --to=public@hansmi.ch \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jwakely.gcc@gmail.com \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).