This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/89446 fix null pointer dereference in char_traits
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 23 Feb 2019 01:56:49 +0000
- Subject: Re: [PATCH] PR libstdc++/89446 fix null pointer dereference in char_traits
- References: <20190223010220.GA32714@redhat.com>
On 23/02/19 01:02 +0000, Jonathan Wakely wrote:
+// { dg-options "-std=gnu++17 -fexceptions -fnon-call-exceptions -O1" }
+// { dg-do run { target { powerpc*-*-linux* i?86-*-linux* x86_64-*-linux* } } }
I forgot to say that this is a conservative list of targets where
-fnon-call-exceptions is supported. Maybe it could run on other
targets, but this should be enough to ensure we don't get a regression
for this bug.