[Bug libgomp/25877] [4.2 Regression] team.c:269: warning: implicit declaration of function 'alloca'
sje at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 21 17:57:00 GMT 2006
------- Comment #3 from sje at gcc dot gnu dot org 2006-01-21 17:57 -------
Subject: Bug 25877
Author: sje
Date: Sat Jan 21 17:57:01 2006
New Revision: 110068
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110068
Log:
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.
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/config.h.in
trunk/libgomp/configure
trunk/libgomp/configure.ac
trunk/libgomp/libgomp.h
trunk/libgomp/team.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25877
More information about the Gcc-bugs
mailing list