------- Comment #7 from howarth at nitro dot med dot uc dot edu  2006-08-25 
01:36 -------
Interestingly out of the lines in the fp-int-convert-timode testcase, the one
that causes the abort is...

   TEST_I_F(TItype, UTItype, float, FLT_MANT_DIG); 

The other two lines for double and long double tests pass without complaint on
Darwin ppc. The exact line in fp-int-convert.h where the aborts begin for the
float type is...

  TEST_I_F_VAL (I, F, HVAL0S (P, I) + 1, P_OK (P, I));          \

Any suggestions on how to debug this further?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25028

Reply via email to