Commit 55429b8e by Jakub Jelinek Committed by Jakub Jelinek

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
parent 93e452ed
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> 2011-01-20 Richard Guenther <rguenther@suse.de>
PR middle-end/47370 PR middle-end/47370
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-final { scan-assembler-times "120" 1 } } */ /* { dg-final { scan-assembler-times "\\\$120|, 120" 1 } } */
extern void foo1 (int); extern void foo1 (int);
extern void foo2 (int); extern void foo2 (int);
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-final { scan-assembler-times "120" 1 } } */ /* { dg-final { scan-assembler-times "\\\$120|, 120" 1 } } */
extern void foo1 (int); extern void foo1 (int);
extern void foo2 (int); extern void foo2 (int);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment