[gcc(refs/vendors/ibm/heads/perf)] Filter a test-case with gas.
Jiu Fu Guo
guojiufu@gcc.gnu.org
Thu Mar 19 06:22:19 GMT 2020
https://gcc.gnu.org/g:ecf2b69a629d4f79efe3c103fe54040437ea18a6
commit ecf2b69a629d4f79efe3c103fe54040437ea18a6
Author: Martin Liska <mliska@suse.cz>
Date: Tue Mar 17 09:43:46 2020 +0100
Filter a test-case with gas.
PR lto/94157
* gcc.dg/lto/pr94157_0.c: Add gas effective
target filter.
Diff:
---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/lto/pr94157_0.c | 1 +
2 files changed, 7 insertions(+)
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0146f8d1759..ac9f0772bcf 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-17 Martin Liska <mliska@suse.cz>
+
+ PR lto/94157
+ * gcc.dg/lto/pr94157_0.c: Add gas effective
+ target filter.
+
2020-03-16 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/92309
diff --git a/gcc/testsuite/gcc.dg/lto/pr94157_0.c b/gcc/testsuite/gcc.dg/lto/pr94157_0.c
index 3bca677c4fb..a6e308b855b 100644
--- a/gcc/testsuite/gcc.dg/lto/pr94157_0.c
+++ b/gcc/testsuite/gcc.dg/lto/pr94157_0.c
@@ -1,4 +1,5 @@
/* { dg-lto-do link } */
+/* { dg-require-effective-target gas } */
/* { dg-lto-options { { -O0 -fipa-vrp -flto -Wa,--noexecstack -Wa,--noexecstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack -Wa,--execstack } } } */
int main() {
More information about the Gcc-cvs
mailing list