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:
parent
22d2fec035
commit
2a6dcb7e73
2 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -9,6 +9,7 @@ int main ()
|
|||
return 0;
|
||||
}
|
||||
int *p;
|
||||
__attribute__((noinline))
|
||||
int h (int i, int j)
|
||||
{
|
||||
int k[i];
|
||||
|
|
Loading…
Add table
Reference in a new issue