This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[gomp] objcp/objcp-decl.c:93: error: too many arguments to function 'lookup_name'
- From: Christian Joensson <christian dot joensson at gmail dot com>
- To: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Thu, 13 Oct 2005 17:57:35 +0200
- Subject: [gomp] objcp/objcp-decl.c:93: error: too many arguments to function 'lookup_name'
I just want to say I can't bootstrap gomp:
stage1/xgcc -Bstage1/ -B/usr/local/sparc64-unknown-linux-gnu/bin/ -c
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Wmissing-format-attribute -Werror -DOBJCPLUS
-I../../gcc.gomp/gcc/objc -I../../gcc.gomp/gcc/cp -fno-common
-DHAVE_CONFIG_H -I. -Iobjcp -I../../gcc.gomp/gcc
-I../../gcc.gomp/gcc/objcp -I../../gcc.gomp/gcc/../include
-I../../gcc.gomp/gcc/../libcpp/include
../../gcc.gomp/gcc/objcp/objcp-decl.c -o objcp/objcp-decl.o
../../gcc.gomp/gcc/objcp/objcp-decl.c: In function 'objcp_lookup_name':
../../gcc.gomp/gcc/objcp/objcp-decl.c:93: error: too many arguments to
function 'lookup_name'
make[3]: *** [objcp/objcp-decl.o] Error 1
make[3]: Leaving directory `/usr/local/src/branch/objdir.gomp/gcc'
make[2]: *** [stage2_build] Error 2
make[2]: Leaving directory `/usr/local/src/branch/objdir.gomp/gcc'
make[1]: *** [bubblestrap] Error 2
make[1]: Leaving directory `/usr/local/src/branch/objdir.gomp/gcc'
make: *** [bubblestrap] Error 2
That is, the obj-c++ isn't working... however, this is a new
frontend/language so...
Just thought I'd enlighten you guys :)
--
Cheers,
/ChJ