[Darwin, testsuite] Fix fail of gnu2x-attrs-1.c.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 21 Nov 2019 10:41:41 +0000 (10:41 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 21 Nov 2019 10:41:41 +0000 (10:41 +0000)
This test fails on targets without symbol alias support, but we don't
want to skip it entirely with the usual dg-requires, thus expect the
error on the alias line.

gcc/testsuite/ChangeLog:

2019-11-21  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.dg/gnu2x-attrs-1.c: Expect an error for the alias case
on Darwin.

From-SVN: r278547

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gnu2x-attrs-1.c

index d9499e589488e1fcc436f634b6c1af05230306e1..5b0217c7118e24676fc5b0e5d38296c98ca1120a 100644 (file)
@@ -1,3 +1,8 @@
+2019-11-21  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.dg/gnu2x-attrs-1.c: Expect an error for the alias case
+       on Darwin.
+
 2019-11-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/90842
index df22fb3d1b776d068da6755921c9b73ab20c3583..fe7e95b4904a95a9e47efa6c3753339b430f6197 100644 (file)
@@ -5,7 +5,7 @@
 
 void f (void) {};
 
-[[gnu::alias("f")]] void g (void);
+[[gnu::alias("f")]] void g (void); /* { dg-error "only weak" *-*-darwin* } */
 
 void [[gnu::alias("f")]] h (void); /* { dg-warning "ignored" } */
 /* { dg-message "that appertains to a type-specifier" "appertains" { target *-*-* } .-1 } */