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
This commit is contained in:
Tom de Vries 2011-07-31 10:02:12 +00:00 committed by Tom de Vries
parent 22d2fec035
commit 2a6dcb7e73
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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>
Revert:

View File

@ -9,6 +9,7 @@ int main ()
return 0;
}
int *p;
__attribute__((noinline))
int h (int i, int j)
{
int k[i];