This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Adjust PR84278 testcase
- From: Richard Biener <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 9 Feb 2018 10:19:01 +0100 (CET)
- Subject: [PATCH] Adjust PR84278 testcase
- Authentication-results: sourceware.org; auth=none
Got quoting of parens wrong.
Tested on x86_64-unknown-linux-gnu, applied.
Richard.
2018-02-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/84278
* gcc.target/i386/pr84278.c: Adjust regex.
Index: gcc/testsuite/gcc.target/i386/pr84278.c
===================================================================
--- gcc/testsuite/gcc.target/i386/pr84278.c (revision 257491)
+++ gcc/testsuite/gcc.target/i386/pr84278.c (working copy)
@@ -15,4 +15,4 @@ void foo(void)
}
}
-/* { dg-final { scan-assembler-not "\(%.sp\)" } } */
+/* { dg-final { scan-assembler-not "\\\(%.sp\\\)" } } */