NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-sparc64/47536: printf conversion fails for long double on sparc64



The following reply was made to PR port-sparc64/47536; it has been noted by 
GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-sparc64/47536: printf conversion fails for long double on 
sparc64
Date: Wed, 13 Feb 2013 09:53:00 +0100

 The gcc generated code for the call site is correct. For the original test
 program it placess the format string pointer in %o0, and the correct long
 double value (pre generated at compile time) in %o2 and %o3.
 
 Sounds like a va_list problem with the padding (%o1 being skipped).
 
 Martin
 


Home | Main Index | Thread Index | Old Index