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" } */ ?

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

        Jakub

Reply via email to