This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Enhance testsuite c-torture test
- From: law at redhat dot com
- To: "David S. Miller" <davem at redhat dot com>
- Cc: dave at hiauly1 dot hia dot nrc dot ca, gcc-patches at gcc dot gnu dot org
- Date: Fri, 10 May 2002 17:21:20 -0600
- Subject: Re: Enhance testsuite c-torture test
- Reply-to: law at redhat dot com
In message <20020510.152350.00814606.davem@redhat.com>, "David S. Miller"
writes:
> From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>
> Date: Fri, 10 May 2002 18:28:47 -0400 (EDT)
>
> The test now fails on hppa2.0-hp-hpux11.11.
>
> I don't see any TFmode patterns, so I assume that either
> sizeof(long double) == sizeof(double) or all the long double
> stuff is implemented via libcalls.
It's all implemented via libcalls.
> It probably is a real bug in hppa-hpux11 target.
Yup. Either in the library or in the stub routines we provide to deal with
some unpleasant API issues.
Jeff