Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
June 2002: [Freeciv-Dev] Re: CMA attributes - gcc optimization problem with Tru64 U |
[Freeciv-Dev] Re: CMA attributes - gcc optimization problem with Tru64 U[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> > 2: attribute_get(key=100000001, id=117, x=-1, y=-1, max_data_length=36, > > data=11fffb560) > > 2: not found > > 2: [0], key=(key=100000001, id=117, x=-1, y=-1) value_len=36 > > This is the problem. This suggests that attr_hash_val_fn or > attr_hash_cmp_fn is corrupt. > > Can you please send me the good and the bad attribute.s (build from a > clean attribute.c). You can do this using: > $ cd client > $ gcc -DHAVE_CONFIG_H -I. -I.. -I./include -I../common -I../intl -I./agents > -S -c attribute.c Done > > and the same with -O2. Done > Can you also please apply the attached patch and send me the bad output? > Done. > Raimar > > -- > email: rf13@xxxxxxxxxxxxxxxxx > "Life is too short for reboots." > ---- >
attribute.s.noopt.gz
attribute.s.opt.gz
output-nopt
output-opt
|