re PR testsuite/84174 (FAIL: gcc.dg/Wattributes-6.c (test for warnings, line 404))
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 16:39:49 +0000 (16:39 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 16:39:49 +0000 (16:39 +0000)
PR testsuite/84174
* gcc.dg/Wattributes-6.c: Skip warning check at line 404 on
hppa*64*-*-*.

From-SVN: r269728

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wattributes-6.c

index 5116299a4b7dcbc4567da38c9250adc962b7b31a..346e64615970647214fe05535acb5e4d9585780d 100644 (file)
@@ -1,5 +1,9 @@
 2019-03-16  John David Anglin  <danglin@gcc.gnu.org>
 
+       PR testsuite/84174
+       * gcc.dg/Wattributes-6.c: Skip warning check at line 404 on
+       hppa*64*-*-*.
+
        PR testsuite/83453
        * c-c++-common/Wattributes.c: Skip a warning check on hppa*64*-*-*.
 
index b2ea7db183351dfece8b5b8c3904f4719a27aa37..d3dd22d85b9d199f6e3227dbd27f06d17998d146 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)))