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 christian.heimes
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-18.18:16:25
SpamBayes Score 0.35326082
Marked as misclassified No
Message-id <1200680187.06.0.278221177504.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
I still don't get additional error messages on the trunk. I've altered
the configure.in file to include -Wstrict-overflow=5 after -Wall:

gcc -pthread -c -fno-strict-aliasing -g -Wall -Wstrict-prototypes
-Wstrict-overflow=5  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o
Objects/listobject.o Objects/listobject.c

Either all problems are already solved or I'm doing something wrong here.

$ LC_ALL=C gcc-4.2 -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr
--enable-targets=all --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.1 (Ubuntu 4.2.1-5ubuntu4)
History
Date User Action Args
2008-01-18 18:16:27christian.heimessetspambayes_score: 0.353261 -> 0.35326082
recipients: + christian.heimes, gvanrossum, loewis, gregory.p.smith, alexandre.vassalotti, donmez
2008-01-18 18:16:27christian.heimessetspambayes_score: 0.353261 -> 0.353261
messageid: <1200680187.06.0.278221177504.issue1621@psf.upfronthosting.co.za>
2008-01-18 18:16:26christian.heimeslinkissue1621 messages
2008-01-18 18:16:25christian.heimescreate