This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [ColdFire 63/63] libstdc++ testsuite fixes for uClibc
- From: Richard Sandiford <richard at codesourcery dot com>
- To: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 10 Jan 2007 15:12:48 +0000
- Subject: Re: [ColdFire 63/63] libstdc++ testsuite fixes for uClibc
- References: <874pqzw4w1.fsf@firetop.home> <87mz4rnlbz.fsf_-_@firetop.home> <87irffnlac.fsf_-_@firetop.home> <87ejq3nl61.fsf_-_@firetop.home> <87ac0rnl4o.fsf_-_@firetop.home> <8764bfnl27.fsf_-_@firetop.home> <871wm3nl0b.fsf_-_@firetop.home> <87wt3vm6e7.fsf_-_@firetop.home> <87slejm6bw.fsf_-_@firetop.home> <87odp7m6ae.fsf_-_@firetop.home> <87k5zvm69d.fsf_-_@firetop.home> <87fyajm64z.fsf_-_@firetop.home> <87bql7m61j.fsf_-_@firetop.home> <877ivvm5yq.fsf_-_@firetop.home> <873b6jm5v1.fsf_-_@firetop.home> <87y7obkr82.fsf_-_@firetop.home> <87tzyzkr5n.fsf_-_@firetop.home> <87ps9nkr32.fsf_-_@firetop.home> <87lkkbkr0h.fsf_-_@firetop.home> <87hcuzkqy4.fsf_-_@firetop.home> <45A4FD83.2030607@lu.unisi.ch>
Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:
>> gcc/testsuite/
>> * lib/target-supports.exp (check_effective_target_uclibc_lax_strtofp)
>> (check_effective_target_uclibc_dummy_wcsftime): New functions.
>
> Why _uclibc_ in the name?
I can remove it you want. I wanted it particularly in the first
case because the XFAILs are based specifically on what the uClibc
implementation gets right or wrong. Some other lax implementation
might get overflow right but still not be accurate to 0.5 ULP,
for example. Or maybe it would be inaccurate in different ways,
and get different sets of values right and wrong.
The names were really meant to mean "I'm using a version of
uClibc which has ...". (_uclibc_with_, or something).
Richard