Bug#581571: [sparc] long long to double conversion error

2010-08-16 Thread Matthias Klose
reassign 581571 linux-2.6 tag 581571 + patch thanks see http://gcc.gnu.org/PR44631, comments #6 and #7 -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c69d5ca.5090...

Processed: Re: Bug#581571: [sparc] long long to double conversion error

2010-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 581571 http://gcc.gnu.org/PR44631 Bug #581571 [gcc-4.4] [sparc] long long to double conversion error Set Bug forwarded-to-address to 'http://gcc.gnu.org/PR44631'. > tag 581571 + upstream Bug #581571 [gcc-4.4] [sparc] long long to double

Bug#581571: [sparc] long long to double conversion error

2010-05-13 Thread Niko Tyni
Package: gcc-4.4 Version: 4.4.4-1 Severity: important This code: #include int main(void) { unsigned long long l = 97979797979797980LL; printf("%g\n", (double)l); return(0); } outputs 2.47804e+17 on sparc when compiled with gcc-4.4 -O0 in squeeze (4.4.2-9) and sid (4.4.4-1) Compili