This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients doko, drkirkby, flox, loewis, mark.dickinson, vstinner
Date 2010-07-18.15:39:49
SpamBayes Score 0.056730907
Marked as misclassified No
Message-id <1279467592.04.0.559019008075.issue8265@psf.upfronthosting.co.za>
In-reply-to
Content
The test_float failure is still extant.

Here's the output of gcc -v on this buildbot, for use in any gcc bug report:

Using built-in specs.
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4-6' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-sjlj-exceptions --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.4.4 (Debian 4.4.4-6) 

and the relevant compilation line:

gcc -pthread -c  -g -O2 -g -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
History
Date User Action Args
2010-07-18 15:39:52mark.dickinsonsetrecipients: + mark.dickinson, loewis, doko, vstinner, flox, drkirkby
2010-07-18 15:39:52mark.dickinsonsetmessageid: <1279467592.04.0.559019008075.issue8265@psf.upfronthosting.co.za>
2010-07-18 15:39:50mark.dickinsonlinkissue8265 messages
2010-07-18 15:39:49mark.dickinsoncreate