mirror of git://gcc.gnu.org/git/gcc.git
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
|
@ -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>
|
2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
Revert:
|
Revert:
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue