diff mbox series

[committed] Fix failure of c-c++-common/Wattributes.c on hppa*64*-*-*

Message ID 08fb8c45-454e-21fe-aa83-58c2f29c3d55@bell.net
State New
Headers show
Series [committed] Fix failure of c-c++-common/Wattributes.c on hppa*64*-*-* | expand

Commit Message

John David Anglin March 16, 2019, 3:52 p.m. UTC
Committed to trunk.

Dave
diff mbox series

Patch

Index: c-c++-common/Wattributes.c
===================================================================
--- c-c++-common/Wattributes.c	(revision 269717)
+++ c-c++-common/Wattributes.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 } */