Christian Joensson - [gomp] ./libgomp_f.h:71: error: size of array 'test' is negative (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing 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] |
- From: Christian Joensson
- To: gcc mailing list
- Date: Tue, 8 Nov 2005 16:05:20 +0100
- Subject: [gomp] ./libgomp_f.h:71: error: size of array 'test' is negative
Currently, on the gomp branch, I get this:
if /bin/sh ./libtool --mode=compile
/usr/local/src/branch/objdir.gomp/./gcc/xgcc
-B/usr/local/src/branch/objdir.gomp/./gcc/
-B/usr/local/sparc64-unknown-linux-gnu/bin/
-B/usr/local/sparc64-unknown-linux-gnu/lib/ -isystem
/usr/local/sparc64-unknown-linux-gnu/include -isystem
/usr/local/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc.gomp/libgomp -I.
-I../../../gcc.gomp/libgomp/config/linux/sparc
-I../../../gcc.gomp/libgomp/config/linux
-I../../../gcc.gomp/libgomp/config/posix -I../../../gcc.gomp/libgomp
-Wall -Werror -ftls-model=initial-exec -mcpu=v9 -Wc,-pthread -O2 -g
-O2 -MT env.lo -MD -MP -MF ".deps/env.Tpo" -c -o env.lo
../../../gcc.gomp/libgomp/env.c;
then mv -f ".deps/env.Tpo" ".deps/env.Plo"; else rm -f
".deps/env.Tpo"; exit 1; fi
/usr/local/src/branch/objdir.gomp/./gcc/xgcc
-B/usr/local/src/branch/objdir.gomp/./gcc/
-B/usr/local/sparc64-unknown-linux-gnu/bin/
-B/usr/local/sparc64-unknown-linux-gnu/lib/ -isystem
/usr/local/sparc64-unknown-linux-gnu/include -isystem
/usr/local/sparc64-unknown-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc.gomp/libgomp -I.
-I../../../gcc.gomp/libgomp/config/linux/sparc
-I../../../gcc.gomp/libgomp/config/linux
-I../../../gcc.gomp/libgomp/config/posix -I../../../gcc.gomp/libgomp
-Wall -Werror -ftls-model=initial-exec -pthread -mcpu=v9 -O2 -g -O2
-MT env.lo -MD -MP -MF .deps/env.Tpo -c
../../../gcc.gomp/libgomp/env.c -fPIC -DPIC -o .libs/env.o
In file included from ../../../gcc.gomp/libgomp/env.c:32:
./libgomp_f.h: In function 'omp_check_defines':
./libgomp_f.h:71: error: size of array 'test' is negative
This is on:
Aurora SPARC Linux release 2.0 (Kashmir FC3) UltraSparc IIi (Sabre) sun4u:
(auroralinux corona + rathann's and rzm's FC3 updates)
binutils-2.16.91.0.2-4.sparc bison-1.875c-2.sparc dejagnu-1.4.4-2.noarch expect-5.42.1-1.sparc gcc-3.4.3-22.sparc.sparc gcc4-4.0.0-0.41.sparc.sparc glibc-2.3.5-0.fc3.1.sparcv9 glibc-2.3.5-0.fc3.1.sparc64 glibc-devel-2.3.5-0.fc3.1.sparc glibc-devel-2.3.5-0.fc3.1.sparc64 glibc-headers-2.3.5-0.fc3.1.sparc glibc-kernheaders-2.6-20sparc.sparc gmp-4.1.4-3sparc.sparc gmp-4.1.4-3sparc.sparc64 gmp-devel-4.1.4-3sparc.sparc gmp-devel-4.1.4-3sparc.sparc64 kernel-2.6.13-1.1603sp4.sparc64 package kernel-devel is not installed package kernel-smp is not installed libgcc-3.4.3-22.sparc.sparc libgcc-3.4.3-22.sparc.sparc64 libstdc++-3.4.3-22.sparc.sparc libstdc++-3.4.3-22.sparc.sparc64 libstdc++-devel-3.4.3-22.sparc.sparc libstdc++-devel-3.4.3-22.sparc.sparc64 make-3.80-5.sparc nptl-devel-2.3.5-0.fc3.1.sparcv9 tcl-8.4.7-2.sparc
with:
../gcc.gomp/configure --enable-__cxa_atexit --enable-shared --with-cpu=v7 --disable-libgcj --enable-languages=c,c++,fortran
Any ideas? Want more information?
-- Cheers,
/ChJ
- Follow-Ups:
- Re: [gomp] ./libgomp_f.h:71: error: size of array 'test' is negative
* From: Jakub Jelinek
- Re: [gomp] ./libgomp_f.h:71: error: size of array 'test' is negative
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |