This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [pch-branch] missing binary operator issue.
- From: Karel Gardas <kgardas at objectsecurity dot com>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 2 Jan 2003 22:25:31 +0100 (CET)
- Subject: Re: [pch-branch] missing binary operator issue.
On Thu, 2 Jan 2003, Geoff Keating wrote:
> Karel Gardas <kgardas@objectsecurity.com> writes:
>
> > os-unix.cc:194:12: missing binary operator before token "("
>
> > 194 #if defined(HAVE_DLOPEN) && defined(HAVE_DYNAMIC)
>
> This should now be fixed.
>
Great! But now I get:
thinkpad:~/arch/devel/mico-devel/orb$ c++ -I../include -Wall -DFAST_PCH
-fpermissive -DPIC -fPIC -c orb_pch.h
../include/mico/code_set_registry.h:5: warning: `CORBA::Codeset::Info
_osf_cs_reg[193]' defined but not used
thinkpad:~/arch/devel/mico-devel/orb$ make
c++ -I../include -Wall -DFAST_PCH -fpermissive -DPIC -fPIC -c
os-unix.cc -o os-unix.pic.o
../include/mico/code_set_registry.h:5: warning: `CORBA::Codeset::Info
_osf_cs_reg[193]' defined but not used
/tmp/cczg5mr7.s: Assembler messages:
/tmp/cczg5mr7.s:2963: Error: symbol `.LCFI0' is already defined
/tmp/cczg5mr7.s:2965: Error: symbol `.LCFI1' is already defined
/tmp/cczg5mr7.s:2967: Error: symbol `.LCFI2' is already defined
/tmp/cczg5mr7.s:2969: Error: symbol `.LCFI3' is already defined
/tmp/cczg5mr7.s:2973: Error: symbol `.L2' is already defined
/tmp/cczg5mr7.s:2985: Error: symbol `.L4' is already defined
/tmp/cczg5mr7.s:2999: Error: symbol `.L6' is already defined
/tmp/cczg5mr7.s:3033: Error: symbol `.L10' is already defined
/tmp/cczg5mr7.s:3039: Error: symbol `.L11' is already defined
/tmp/cczg5mr7.s:3090: Error: symbol `.L15' is already defined
/tmp/cczg5mr7.s:3104: Error: symbol `.L8' is already defined
/tmp/cczg5mr7.s:3125: Error: symbol `.LCFI4' is already defined
/tmp/cczg5mr7.s:3127: Error: symbol `.LCFI5' is already defined
/tmp/cczg5mr7.s:3129: Error: symbol `.LCFI6' is already defined
/tmp/cczg5mr7.s:3131: Error: symbol `.LCFI7' is already defined
/tmp/cczg5mr7.s:3155: Error: symbol `.LEHB0' is already defined
/tmp/cczg5mr7.s:3157: Error: symbol `.LEHE0' is already defined
/tmp/cczg5mr7.s:3173: Error: symbol `.LEHB1' is already defined
/tmp/cczg5mr7.s:3181: Error: symbol `.LEHE1' is already defined
/tmp/cczg5mr7.s:3214: Error: symbol `.LEHB2' is already defined
/tmp/cczg5mr7.s:3216: Error: symbol `.LEHE2' is already defined
make: *** [os-unix.pic.o] Error 1
thinkpad:~/arch/devel/mico-devel/orb$
BTW: IMHO something strage is with my gcc3.4-pch... the branch compiled
10-20 % slower than version which I tried before, and whole configuration
process seems to be moved to build process. Is this behaviour right, or
have I done something wrong?
I've configured gcc with:
$HOME/cvs/gcc/pch-branch/gcc/configure --prefix=$HOME/usr/local/pch-branch
--enable-shared --enable-threads --enable-languages=c++ --disable-checking
--enable-__cxa_atexit
and build it with:
time make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap-lean
Unfortunately gcc -v said:
thinkpad:~/arch/devel/mico-devel/orb$ gcc -v
Reading specs from /home/karel/usr/local/pch-branch/lib/gcc-lib/i686-pc-linux-gnu/3.4-pch/specs
Configured with:
Thread model: posix
gcc version 3.4-pch 20021218 (experimental)
thinkpad:~/arch/devel/mico-devel/orb$
Anything what should I test?
Thanks,
Karel
--
Karel Gardas kgardas@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com