Re: [Valgrind-users] VG_(message) floating points

2014-05-07 Thread Florian Krohm
On 05/07/2014 10:27 AM, Domingues Luis Filipe wrote: > Hello, > > On a tool, I try to print on the stdout the value of a floating point. > But when I use the %f formating in VG(printf) or VG_(message) it print > my string, but not my float/double. > > It is a bug? Or there are another way to prin

[Valgrind-users] VG_(message) floating points

2014-05-07 Thread Domingues Luis Filipe
Hello, On a tool, I try to print on the stdout the value of a floating point. But when I use the %f formating in VG(printf) or VG_(message) it print my string, but not my float/double. It is a bug? Or there are another way to print floating points? Regards, Luis Domingues ---