on 2022/4/8 4:04 PM, Jakub Jelinek wrote:
> On Fri, Apr 08, 2022 at 03:09:00PM +0800, Kewen.Lin wrote:
>> +  /* Let's ignore all error messages about built-in function
>> +     unsupported due to soft-float, since they are not test
>> +     points here (this case is to check no ICE).  */
>> +  /* { dg-error ".*" "pr103623" { target *-*-* } .-19 } */
> 
> Maybe better /* { dg-excess-errors "pr103623" } */ ?
> 

Thanks for the suggestion!  It works perfectly as verified
(got expected results separately w/ and w/o this fix).

BR,
Kewen

>> +  double x1 = UNPACK (a, 1);
>> +  LDOUBLE b = PACK (x0, x1);
>> +  LDOUBLE c = bar (b);
>> +
>> +  return c > a;
>> +}
> 
>       Jakub
> 



Reply via email to