This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: R: very basic porting


Jim Wilson writes:

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?

You are right but fortunately yesterday afternoon i've resolved the problem!!! :) infact in my .md file I haven't declared all conditional branch insns.


Thank you all.
Gabriele.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]