diff mbox

[ARM] Fix headmerge testcases

Message ID 4F0623F7.5030703@codesourcery.com
State New
Headers show

Commit Message

Andrew Stubbs Jan. 5, 2012, 10:28 p.m. UTC
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

Comments

Ramana Radhakrishnan Jan. 6, 2012, 10:23 a.m. UTC | #1
>
> OK?

OK

Ramana
Andrew Stubbs Jan. 6, 2012, 11:52 a.m. UTC | #2
On 06/01/12 10:23, Ramana Radhakrishnan wrote:
> OK

Committed.

Andrew
diff mbox

Patch

2012-01-05  Andrew Stubbs  <ams@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);