PR testsuite/86510 - test case g++.dg/warn/pr86453.C fails starting with r262596
authorMartin Sebor <msebor@redhat.com>
Thu, 12 Jul 2018 22:42:00 +0000 (22:42 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 12 Jul 2018 22:42:00 +0000 (16:42 -0600)
gcc/testsuite/ChangeLog:
g++.dg/warn/pr86453.C: Adjust.

From-SVN: r262609

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/pr86453.C

index a5309ec95fc0006ee32d66142871b7572a4631d5..a5ace640fd1b4a236b88d9600c8536c93c603ae3 100644 (file)
@@ -1,3 +1,8 @@
+2018-07-12  Martin Sebor  <msebor@redhat.com>
+
+       PR testsuite/86510
+       g++.dg/warn/pr86453.C: Adjust.
+
 2018-07-12  Jim Wilson  <jimw@sifive.com>
 
        * gnat.dg/warn5.adb: Expect warning for riscv*-*-*.
index 318f406b03d8d8d479b68f87602bbb11cb062e57..34d967da69375526826ef2bf01ca2590ccc2760b 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
 // { dg-additional-options "-flto" { target lto } }
 struct X {
-  int *__attribute__((aligned(2), packed)) a; // { dg-warning "attribute ignored" }
+  int *__attribute__((aligned(2), packed)) a; // { dg-warning "ignoring attribute .packed. because it conflicts with attribute .aligned." }
 } b;