aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2019-03-16 15:44:25 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2019-03-16 15:44:25 +0000
commit3b1cba46794ddf9f7701c52d7585be57f53d11da (patch)
treebaa27f4a200e547b9d0b423836295b6cbad7eb59
parent8c8d4d29c1b3290579e26479cd76b6ee232b0f10 (diff)
downloadgcc-3b1cba46794ddf9f7701c52d7585be57f53d11da.zip
gcc-3b1cba46794ddf9f7701c52d7585be57f53d11da.tar.gz
gcc-3b1cba46794ddf9f7701c52d7585be57f53d11da.tar.bz2
re PR testsuite/83453 (FAIL: c-c++-common/Wattributes.c -std=gnu++98 (test for warnings, line 404))
PR testsuite/83453 * c-c++-common/Wattributes.c: Skip a warning check on hppa*64*-*-*. From-SVN: r269727
-rw-r--r--gcc/testsuite/ChangeLog3
-rw-r--r--gcc/testsuite/c-c++-common/Wattributes.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d44e97c..5116299 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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*.
diff --git a/gcc/testsuite/c-c++-common/Wattributes.c b/gcc/testsuite/c-c++-common/Wattributes.c
index 6925d4e..3f176a0 100644
--- a/gcc/testsuite/c-c++-common/Wattributes.c
+++ b/gcc/testsuite/c-c++-common/Wattributes.c
@@ -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)))