]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix dg-warning on hppa*64*-*-*
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 14 Jan 2024 18:41:54 +0000 (18:41 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 14 Jan 2024 18:41:54 +0000 (18:41 +0000)
2024-01-14  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/Wattributes-6.c: Fix dg-warning on hppa*64*-*-*.

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

index 978f3f938e97d35e5fab2e3ba038b1ec545d6211..49a085def9ecdb3ec33b4739ecba0542a2289dac 100644 (file)
@@ -408,7 +408,7 @@ finline_hot_noret_align (int);  /* { dg-warning "ignoring attribute .warn_unused
                                /* { dg-note    "previous declaration here" "" { target *-*-* } .-1 } */
 
 inline int ATTR ((aligned (4)))
-  finline_hot_noret_align (int);  /* { dg-warning "ignoring attribute .aligned \\(4\\). because it conflicts with attribute .aligned \\(8\\)." "" { target { ! { hppa*64*-*-* } } } } */
+  finline_hot_noret_align (int);  /* { dg-warning "ignoring attribute .aligned \\(4\\). because it conflicts with attribute .aligned \\(8\\)." "" } */
 
 inline int ATTR ((aligned (8)))
 finline_hot_noret_align (int);  /* { dg-note   "previous declaration here" } */