This patch fixes a testcase that fails whenever "120" appears in the date. I first noticed the problem at the start of December, and now I expect it to return and continue until the end of September, if it's not fixed.

OK?

Andrew
2012-01-05  Andrew Stubbs  <a...@codesourcery.com>

	gcc/testsuite/
	* gcc.target/arm/headmerge-2.c: Adjust scan pattern.

--- a/gcc/testsuite/gcc.target/arm/headmerge-2.c
+++ b/gcc/testsuite/gcc.target/arm/headmerge-2.c
@@ -1,6 +1,6 @@
 /* { dg-do compile }  */
 /* { dg-options "-O2" }  */
-/* { dg-final { scan-assembler-times "120" 1 } } */
+/* { dg-final { scan-assembler-times "120\n" 1 } } */
 
 extern void foo1 (int);
 extern void foo2 (int);

Reply via email to