re PR middle-end/43513 (The stack pointer is adjusted twice)
authorTom de Vries <tom@codesourcery.com>
Sun, 31 Jul 2011 10:02:12 +0000 (10:02 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 31 Jul 2011 10:02:12 +0000 (10:02 +0000)
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

libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c/fail31-frag.c

index c79116bf75cff15dc070995b3bd056d13041f8d1..e4754d5701b1a07f3b613c9d49d991ebfb76b129 100644 (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:
index bd9a903ccfd02e0be9464f2989e648099cbd249e..138c8ccba1cea4d93e029a92ffcb391ed341f409 100644 (file)
@@ -9,6 +9,7 @@ int main ()
   return 0;
 }
 int *p;
+__attribute__((noinline))
 int h (int i, int j)
 {
   int k[i];