This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [VxWorks] Fix failures in ieee.exp


Nathan Sidwell <nathan@codesourcery.com> writes:
> Richard Sandiford wrote:
>> The ieee/fp-cmp-[123].c tests fail for VxWorks kernel mode because
>> signal.h can't be included without vxWorks.h.  ieee/hugeval.c fails
>> for VxWorks kernel mode for the same reason that it fails on HPUX;
>> HUGEVAL is defined to DBL_MAX instead of infinity.
>> 
>> Tested on i586-vxworks.  OK to install?
>
> ok, thanks

Thanks.  For the record, I decided to drop the fp-cmp-* changes.
Several other tests would need similar treatment, and it seems
easier to just to work around the problem by having wrapper
headers instead.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]