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:
parent
64a3d6470e
commit
9977914ea5
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
|
Loading…
Reference in New Issue