This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/25877] [4.2 Regression] team.c:269: warning: implicit declaration of function 'alloca'



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]