]> gcc.gnu.org Git - gcc.git/commit
re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'alloca')
authorSteve Ellcey <sje@cup.hp.com>
Sat, 21 Jan 2006 17:57:01 +0000 (17:57 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Sat, 21 Jan 2006 17:57:01 +0000 (17:57 +0000)
commita55b8e1826cd3c5e399fdcb4802f1603e49f8ba9
tree16ba62c14bd05fa0e4fd37e596e2a99d95e7f40b
parent30cb87a09beeca0cbdee7347c2d993d1b90446d2
re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'alloca')

PR libgomp/25877
* configure.ac: Remove check for alloca.h.
* configure: Regenerate.
* config.h.in: Regenerate.
* libgomp.h: define gomp_alloca to be __builtin_alloca.
* team.c: Remove use of alloca.h.
Call gomp_alloca instead of alloca.

From-SVN: r110068
libgomp/ChangeLog
libgomp/config.h.in
libgomp/configure
libgomp/configure.ac
libgomp/libgomp.h
libgomp/team.c
This page took 0.057591 seconds and 5 git commands to generate.