uninit-9.c (func): Use __builtin_alloca instead of alloca to avoid the need for a...
authorRichard Henderson <rth@cygnus.com>
Sat, 17 Apr 1999 16:58:31 +0000 (09:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 17 Apr 1999 16:58:31 +0000 (09:58 -0700)
commitf5e68e33b2d4dfa9c3960ca527b2c831fc9ac71b
treea84855a8df261cae27f1591d6b300bd3f43b2048
parent134fddff1b18a53ef4d8aadbae7a6d49e1d2d286
uninit-9.c (func): Use __builtin_alloca instead of alloca to avoid the need for a prototype to...

        * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
        to avoid the need for a prototype to supress a warning.

From-SVN: r26522
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-9.c