re PR debug/48147 (New debug test failures)

2011-03-16  Richard Guenther  <rguenther@suse.de>

	PR testsuite/48147
	* gcc.dg/guality/pr45882.c: Really make sure no inlining
	or cloning happens.

From-SVN: r171047
This commit is contained in:
Richard Guenther 2011-03-16 13:57:28 +00:00 committed by Richard Biener
parent 64a3d6470e
commit 9977914ea5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-03-16 Richard Guenther <rguenther@suse.de>
PR testsuite/48147
* gcc.dg/guality/pr45882.c: Really make sure no inlining
or cloning happens.
2011-03-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/26134

View File

@ -6,7 +6,7 @@ extern void abort (void);
int a[1024];
volatile short int v;
__attribute__((noinline)) int
__attribute__((noinline,noclone,used)) int
foo (int i, int j)
{
int b = i; /* { dg-final { gdb-test 16 "b" "7" } } */