re PR testsuite/47371 (FAIL: gcc.target/i386/headmerge-[12].c)

PR testsuite/47371
	* gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
	* gcc.target/i386/headmerge-2.c: Likewise.

From-SVN: r169056
This commit is contained in:
Jakub Jelinek 2011-01-20 17:37:28 +01:00 committed by Jakub Jelinek
parent 93e452edc6
commit 55429b8eb7
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-01-20 Jakub Jelinek <jakub@redhat.com>
PR testsuite/47371
* gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
* gcc.target/i386/headmerge-2.c: Likewise.
2011-01-20 Richard Guenther <rguenther@suse.de>
PR middle-end/47370

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-times "120" 1 } } */
/* { dg-final { scan-assembler-times "\\\$120|, 120" 1 } } */
extern void foo1 (int);
extern void foo2 (int);

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-times "120" 1 } } */
/* { dg-final { scan-assembler-times "\\\$120|, 120" 1 } } */
extern void foo1 (int);
extern void foo2 (int);