This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

Re: gconv_conf.c:327:invalid operands to binary +


Matthew Bemis <bemis@iol.unh.edu> writes:

> I am getting this invalid operands error on my libc build for
> basic-gcc_3.0.2

You should not use GCC 3.0.2 with glibc.  Use GCC 3.0.3 or newer and
with glibc 2.2.5 and newer.

> is this just a temporary problem or is there something that I have to do
> to fix this?
> thanks in advance
> matt
> eric   -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -o
> /mnt/u2/toolc
> hain/buildsys/build/alpha7/basic-gcc_3.0.2/native/libc/iconv/gconv_conf.o
> gconv_conf.c: In function `add_module':
> gconv_conf.c:327: invalid operands to binary +
> gconv_conf.c:330: invalid operands to binary +
> gconv_conf.c:340: invalid operands to binary +

Those might be fixed with this patch,
Andreas

2002-01-29  Ben Collins  <bcollins@debian.org>

	* string/bits/string2.h (__mempcpy): Protect size arg for
	addition when using __builtin_memcpy.
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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