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

Bug#443513: marked as done (incorrect printf() output on arm)



Your message dated Fri, 16 Nov 2007 17:26:48 +0100
with message-id <20071116162646.GA28588@volta.aurel32.net>
and subject line incorrect printf() output on arm
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libc6
Version: 2.3.6.ds1-13etch2

This program produces wrong output on etch arm
(compiler version/flags/etc doesn't matter):

#include <stdio.h>

int main (void)
{
  printf ("%llu\n", 4500000000000000000ULL);
  return 0;
}

$ ./a.out
000000000826408960
$



--- End Message ---
--- Begin Message ---
Version: 2.6-1

On Sat, Sep 22, 2007 at 02:36:02AM +0400, Serge Belyshev wrote:
> Package: libc6
> Version: 2.3.6.ds1-13etch2
> 
> This program produces wrong output on etch arm
> (compiler version/flags/etc doesn't matter):
> 
> #include <stdio.h>
> 
> int main (void)
> {
>   printf ("%llu\n", 4500000000000000000ULL);
>   return 0;
> }
> 

Marking this bug as fixed in Version 2.6-1

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net


--- End Message ---

Reply to: