summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/abi-tag1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/abi/abi-tag1.C')
-rw-r--r--gcc/testsuite/g++.dg/abi/abi-tag1.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.dg/abi/abi-tag1.C b/gcc/testsuite/g++.dg/abi/abi-tag1.C
index 942929cdd3..d57ed87d80 100644
--- a/gcc/testsuite/g++.dg/abi/abi-tag1.C
+++ b/gcc/testsuite/g++.dg/abi/abi-tag1.C
@@ -5,8 +5,8 @@ void f(int) __attribute ((abi_tag ("foo","bar")));
struct __attribute ((abi_tag ("bar"))) A { };
-struct B: A { }; // { dg-warning "bar. abi tag" }
-struct D { A* ap; }; // { dg-warning "bar. abi tag" }
+struct B: A { }; // { dg-warning "bar. ABI tag" }
+struct D { A* ap; }; // { dg-warning "bar. ABI tag" }
// { dg-final { scan-assembler "_Z1gB3baz1AB3bar" } }
void g(A) __attribute ((abi_tag ("baz")));