R: very basic porting

Jim Wilson wilson@specifixinc.com
Mon Oct 27 06:19:00 GMT 2003


Gabriele Caracausi wrote:
> The version in 3.3. The line is
> 
>   if (class == MODE_FLOAT)
>     prepare_float_lib_cmp (px, py, pcomparison, pmode, punsignedp);
> 
>   else
>     abort ();

This isn't enough information.  We need to know why none of the previous 
conditions matched.  For instance, what is the value of mode?  What are 
the values of the cmp_optab->handlers[] array?
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list