Commit 9977914e by Richard Guenther Committed by Richard Biener

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
parent 64a3d647
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
* gcc.dg/tree-ssa/complex-6.c: New testcase.
......
......@@ -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" } } */
......
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