On 11/28/23 12:08, Thomas Schwinge wrote:
Hi!

On 2023-11-23T09:32:24+0100, Jakub Jelinek <ja...@redhat.com> wrote:
Here is what I've committed

--- gcc/testsuite/g++.dg/cpp26/static_assert1.C.jj    2023-11-22 
10:17:41.340064988 +0100
+++ gcc/testsuite/g++.dg/cpp26/static_assert1.C       2023-11-22 
10:47:45.045848504 +0100
@@ -0,0 +1,309 @@
+// C++26 P2741R3 - user-generated static_assert messages

OK to push the attached
"Fix 'g++.dg/cpp26/static_assert1.C' for '-fno-exceptions' configurations"?

 // { dg-options "" }
+// Override any default-'-fno-exceptions':
+// { dg-additional-options -fexceptions }

Might as well put the -fexceptions into the dg-options instead of having two separate lines? OK either way.

Jason

Reply via email to