* gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 11 Apr 2001 20:31:15 +0000 (20:31 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 11 Apr 2001 20:31:15 +0000 (20:31 +0000)
From-SVN: r41270

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20010122-1.c

index 1cbe13d6170ca5125b08d2888d2ab2d8992667c1..40756355a7c32aa244287aa36bfd7f9b4c1f49db 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
+
 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.old-deja/g++.other/warn6.C: New test.
index c88144b6022aea6107374953ab23d4264e521924..3bc53f604fd5534dddf9c242c5d61ef803b41392 100644 (file)
@@ -1,7 +1,7 @@
 
 extern void exit (int);
 extern void abort (void);
-extern void *alloca (int);
+extern void *alloca (__SIZE_TYPE__);
 char *dummy (void);
 
 void *save_ret1[6];