This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to add timeout to Ada tests on Linux/ia64?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 20 Apr 2004 22:46:51 -0700
- Subject: Re: How to add timeout to Ada tests on Linux/ia64?
- References: <20040324225404.GA12176@lucon.org>
On Wed, Mar 24, 2004 at 02:54:04PM -0800, H. J. Lu wrote:
> Some Ada tests in gcc 3.4 keep hanging for me on Linux/ia64. I have to
> kill them by hand. How do I add timeout in Ada tests?
>
>
I think I found the problem. $(srcdir)/gthr-gnat.c is missing from
LIB2ADDEH in gcc/config/t-libunwind. Any thread related Ada tests
may fail if libunwind is used.
H.J.