Commit d3f76f83 by Martin Jambor Committed by Martin Jambor

re PR tree-optimization/43141 (Wrong debug information with IPA-SRA)

2010-04-01  Martin Jambor  <mjambor@suse.cz>

	PR tree-optimization/43141
	* testsuite/gcc.dg/guality/pr43141.c: New test.

From-SVN: r157909
parent aa8bfcad
2010-04-01 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/43141
* gcc.dg/guality/pr43141.c: New test.
2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/cpp/_Pragma1.C: Skip on alpha*-dec-osf*.
......
/* { dg-do run } */
/* { dg-options "-g" } */
int i;
static int f(int) __attribute ((noinline));
static int f(int x)
{
return i;
}
int main()
{
return f(42);
}
/* { dg-final { gdb-test 8 "sizeof (x)" "sizeof (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