On 1 May 2011 16:39, Andreas Färber<andreas.faer...@web.de> wrote:
> Looks like an issue with make_floatx80(). Any ideas?
> $ gcc --version
> gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
Hmm. I did a test build on x86 host with gcc 3.3.5 and gcc 3.4.6,
which were both OK, so it looks like it might be solaris
specific.
Same with gcc 4.3.2:
$ gcc-4.3.2 --version
gcc-4.3.2 (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es
gibt KEINE Garantie; auch nicht für MARKTGÄNGIGKEIT oder FÜR SPEZIELLE
ZWECKE.
This one is on OpenSolaris 2010.05 snv_134b (previously on 2009.06
snv_111b).
Andreas