re PR testsuite/83453 (FAIL: c-c++-common/Wattributes.c -std=gnu++98 (test for...
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 15:44:25 +0000 (15:44 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 15:44:25 +0000 (15:44 +0000)
PR testsuite/83453
* c-c++-common/Wattributes.c: Skip a warning check on hppa*64*-*-*.

From-SVN: r269727

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wattributes.c

index d44e97c262a8d6f008bf0c5141157a7881be0041..5116299a4b7dcbc4567da38c9250adc962b7b31a 100644 (file)
@@ -1,5 +1,8 @@
 2019-03-16  John David Anglin  <danglin@gcc.gnu.org>
 
+       PR testsuite/83453
+       * c-c++-common/Wattributes.c: Skip a warning check on hppa*64*-*-*.
+
        * lib/target-supports.exp (check_ascii_locale_available): Remove
        hppa*-*-hpux*.
 
index 6925d4eaacdee35c8001bb3ac8e1368e805cbc78..3f176a04660a192a77ed131f61291eaa56c72512 100644 (file)
@@ -401,7 +401,7 @@ inline int ATTR ((warn_unused_result))
 finline_hot_noret_align (int);  /* { dg-warning "ignoring attribute .warn_unused_result. because it conflicts with attribute .noreturn." } */
 
 inline int ATTR ((aligned (4)))
-  finline_hot_noret_align (int);  /* { dg-warning "ignoring attribute .aligned \\(4\\). because it conflicts with attribute .aligned \\(8\\)." "" { target { ! s390*-*-* } } } */
+  finline_hot_noret_align (int);  /* { dg-warning "ignoring attribute .aligned \\(4\\). because it conflicts with attribute .aligned \\(8\\)." "" { target { ! { hppa*64*-*-* s390*-*-* } } } } */
 /* { dg-error "alignment for '.*finline_hot_noret_align.*' must be at least 8" "" { target s390*-*-* } .-1 } */
 
 inline int ATTR ((aligned (8)))