Same as fix for c-c++-common/Wattributes.c.

Committed to trunk.

Dave
-- 
John David Anglin  dave.ang...@bell.net

2019-03-16  John David Anglin  <dang...@gcc.gnu.org>

        PR testsuite/84174
        * gcc.dg/Wattributes-6.c: Skip warning check at line 404 on
        hppa*64*-*-*.

Index: gcc.dg/Wattributes-6.c
===================================================================
--- gcc.dg/Wattributes-6.c      (revision 269717)
+++ gcc.dg/Wattributes-6.c      (working copy)
@@ -401,7 +401,7 @@
 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)))

Reply via email to