This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: "make check" failures on ia64
- From: Jakub Jelinek <jakub at redhat dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: GNU C Library <libc-alpha at sources dot redhat dot com>
- Date: Wed, 26 Mar 2003 19:28:16 +0100
- Subject: Re: "make check" failures on ia64
- References: <20030326102442.A8410@lucon.org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Mar 26, 2003 at 10:24:42AM -0800, H. J. Lu wrote:
> I got
>
> # cat /export/build/gnu/glibc/build-ia64-linux/csu/tst-atomic.out
> atomic_compare_and_exchange_val_acq test 3 failed
> atomic_compare_and_exchange_bool_acq test 3 failed
These 2 are compiler bug, which I've commited fix for today.
Jakub