diff mbox series

PR60563 - FAIL: g++.dg/ext/sync-4.C on *-apple-darwin*

Message ID 43C4DABE-A4C9-4A9A-BC01-30EDA6A0685E@lps.ens.fr
State New
Headers show
Series PR60563 - FAIL: g++.dg/ext/sync-4.C on *-apple-darwin* | expand

Commit Message

Dominique d'Humières Jan. 4, 2019, 10:56 a.m. UTC
Is the following patch OK for trunk and the release branches?

2019-01-04  Dominique d'Humieres  <dominiq@gcc.gnu.org>

	* g++.dg/ext/sync-4.C: Add dg-xfail-run-if for darwin.


TIA

Dominique

Comments

Mike Stump Jan. 4, 2019, 10:38 p.m. UTC | #1
On Jan 4, 2019, at 2:56 AM, Dominique d'Humières <dominiq@lps.ens.fr> wrote:
> 
> Is the following patch OK for trunk and the release branches?

Ok.

> 2019-01-04  Dominique d'Humieres  <dominiq@gcc.gnu.org>
> 
> 	* g++.dg/ext/sync-4.C: Add dg-xfail-run-if for darwin.
> 
> --- ../_clean/gcc/testsuite/g++.dg/ext/sync-4.C	2015-04-30 23:36:40.000000000 +0200
> +++ gcc/testsuite/g++.dg/ext/sync-4.C	2019-01-03 20:28:29.000000000 +0100
> @@ -1,4 +1,6 @@
> /* { dg-do run { target hppa*-*-hpux* *-*-linux* *-*-gnu* powerpc*-*-darwin* *-*-darwin[912]* } } */
> +/* FIXME The following additional option should be removed after the fix for radr://19802258.
> +/* { dg-xfail-run-if "PR60563 radr://19802258" { *-*-darwin* } } */
> /* { dg-require-effective-target sync_long_long_runtime } */
> /* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */
> /* { dg-additional-options "-march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
diff mbox series

Patch

--- ../_clean/gcc/testsuite/g++.dg/ext/sync-4.C	2015-04-30 23:36:40.000000000 +0200
+++ gcc/testsuite/g++.dg/ext/sync-4.C	2019-01-03 20:28:29.000000000 +0100
@@ -1,4 +1,6 @@ 
 /* { dg-do run { target hppa*-*-hpux* *-*-linux* *-*-gnu* powerpc*-*-darwin* *-*-darwin[912]* } } */
+/* FIXME The following additional option should be removed after the fix for radr://19802258.
+/* { dg-xfail-run-if "PR60563 radr://19802258" { *-*-darwin* } } */
 /* { dg-require-effective-target sync_long_long_runtime } */
 /* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */
 /* { dg-additional-options "-march=pentium" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */