gen-attrs-67.C: Add error for darwin.
authorDominique d'Humieres <dominiq@gcc.gnu.org>
Mon, 1 Jul 2019 08:05:39 +0000 (10:05 +0200)
committerDominique d'Humieres <dominiq@gcc.gnu.org>
Mon, 1 Jul 2019 08:05:39 +0000 (10:05 +0200)
2019-07-01  Dominique d'Humieres  <dominiq@gcc.gnu.org>

* g++.dg/cpp0x/gen-attrs-67.C: Add error for darwin.

From-SVN: r272844

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C

index d6fa9db..f4cfdcf 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-01  Dominique d'Humieres  <dominiq@gcc.gnu.org>
+
+       * g++.dg/cpp0x/gen-attrs-67.C: Add error for darwin.
+
 2019-07-01  Richard Biener  <rguenther@suse.de>
 
        * gcc.dg/tree-ssa/pr77445-2.c: Adjust.
index 93f55c5..5d151cc 100644 (file)
@@ -8,4 +8,4 @@
 [[nodiscard()]] int f4(); // { dg-error ".nodiscard. attribute does not take any arguments" }
 [[gnu::noinline()]] int f5(); // { dg-error ".noinline. attribute does not take any arguments" }
 [[gnu::constructor]] int f6();
-[[gnu::constructor(101)]] int f7();
+[[gnu::constructor(101)]] int f7(); // { dg-error "constructor priorities are not supported" "" { target *-*-darwin* } }