> On Nov 4, 2018, at 2:33 PM, Jeff Law wrote:
>
> On 11/1/18 1:30 PM, Paul Koning wrote:
>> A number of test cases fail on pdp11 because they use the "inf" float value
>> which does not exist on that target (nor on VAX). Rainer Orth and Joseph
>> Myers suggested adding a new effective-targe
On 11/1/18 1:30 PM, Paul Koning wrote:
> A number of test cases fail on pdp11 because they use the "inf" float value
> which does not exist on that target (nor on VAX). Rainer Orth and Joseph
> Myers suggested adding a new effective-target keyword to check for this, and
> require it for tests t
> On Nov 1, 2018, at 4:52 PM, Joseph Myers wrote:
>
> On Thu, 1 Nov 2018, Paul Koning wrote:
>
>> +@item inf
>> +Target supports floating point infinite (@code{inf}).
>> @end table
>
> Do you mean supports infinity for type double? (That's what the
> implementation does.) Supporting it fo
On Thu, 1 Nov 2018, Paul Koning wrote:
> +@item inf
> +Target supports floating point infinite (@code{inf}).
> @end table
Do you mean supports infinity for type double? (That's what the
implementation does.) Supporting it for double is not the same as
supporting it for float (SPU supports it
A number of test cases fail on pdp11 because they use the "inf" float value
which does not exist on that target (nor on VAX). Rainer Orth and Joseph Myers
suggested adding a new effective-target keyword to check for this, and require
it for tests that have that dependency.
The attached patch i