This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/25877] New: team.c:269: warning: implicit declaration of function 'alloca'
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2006 15:17:11 -0000
- Subject: [Bug libgomp/25877] New: team.c:269: warning: implicit declaration of function 'alloca'
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
/mnt/gnu/gcc-3.3/objdir/./gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/./gcc/
-B/opt/gnu/gcc/gcc-4.2.0/hppa2.0w-hp-hpux11.11/bin/
-B/opt/gnu/gcc/gcc-4.2.0/hppa2.0w-hp-hpux11.11/lib/ -isystem
/opt/gnu/gcc/gcc-4.2.0/hppa2.0w-hp-hpux11.11/include -isystem
/opt/gnu/gcc/gcc-4.2.0/hppa2.0w-hp-hpux11.11/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc/libgomp -I. -I../../../gcc/libgomp/config/posix
-I../../../gcc/libgomp -Wall -pthread -Werror -O2 -g -O2 -MT team.lo -MD -MP
-MF .deps/team.Tpo -
c ../../../gcc/libgomp/team.c -fPIC -DPIC -o .libs/team.o
cc1: warnings being treated as errors
../../../gcc/libgomp/team.c: In function 'gomp_team_start':
../../../gcc/libgomp/team.c:269: warning: implicit declaration of function
'alloca'
../../../gcc/libgomp/team.c:269: warning: incompatible implicit declaration of
built-in function 'alloca'
make[4]: *** [team.lo] Error 1
make[4]: Leaving directory
`/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libgomp'
--
Summary: team.c:269: warning: implicit declaration of function
'alloca'
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgomp
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danglin at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.11
GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25877