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: gcc 4.4.0 on ARM/WinCE float problem


Danny Backx wrote:

  Hi Danny,

> The difference between the last two printf statements points out, I
> think, that a problem exists around printf. Might be float to double
> conversion.

  Could also be stdargs.  Or float arg passing in general.  Or arg promotion.
 Are you using soft or hard fp?

> The difference between the second and fourth printf statements points
> out that a problem exists in arithmetic. (dd and ddd should be equal.)

  I don't think you're going to get anywhere with this until you start looking
at the generated code to see precisely *what* is wrong with it.  You've gone
as far as you can with prodding it from the outside like a black box.

    cheers,
      DaveK


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