https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639
--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Sat, Mar 09, 2019 at 04:12:23PM +0000, dave.anglin at bell dot net wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89639 > > --- Comment #2 from dave.anglin at bell dot net --- > On 2019-03-08 8:26 p.m., kargl at gcc dot gnu.org wrote: > > Just XFAIL the testcase. > I'm going to skip test as it still fails when XFAIL'd as on arm. The test > fails > due to compile error. > Thanks. When I wrote the test, I tried to skip the REAL128 case with the "if (real128 >) then" ... blocks, and completely overlooked that real128 is a named constant. This means the conversion functions real(..., real128) will try ti real128 = -1, which of fails.