This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

float conversion to double fail on m68k ?!


Hi:
    I've try to test some libm functions on m68k platform.
    I have the need to conversion a float return value to double.
    for example-> (double) acosf(0).But when I run the code,
    the program fail and system go crazy.
    But if I use acos(0) directly,it's OK!
    Do somebody know what's the problem is?
 
  Thanks!  

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