Commit 2a6dcb7e by Tom de Vries Committed by Tom de Vries

re PR middle-end/43513 (The stack pointer is adjusted twice)

2011-07-31  Tom de Vries  <tom@codesourcery.com>

	PR middle-end/43513
	* testsuite/libmudflap.c/fail31-frag.c: Adapt testcase to prevent
	folding of alloca.

From-SVN: r176968
parent 22d2fec0
2011-07-31 Tom de Vries <tom@codesourcery.com>
PR middle-end/43513
* testsuite/libmudflap.c/fail31-frag.c: Adapt testcase to prevent
folding of alloca.
2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Revert: Revert:
......
...@@ -9,6 +9,7 @@ int main () ...@@ -9,6 +9,7 @@ int main ()
return 0; return 0;
} }
int *p; int *p;
__attribute__((noinline))
int h (int i, int j) int h (int i, int j)
{ {
int k[i]; int k[i];
......
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