[Bug middle-end/34843] Missing overflow diagnostic for Python 2.5's unicodeobject.c

2008-01-18 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2008-01-18 18:44 --- *** This bug has been marked as a duplicate of 32102 *** -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/34843] Missing overflow diagnostic for Python 2.5's unicodeobject.c

2008-01-18 Thread ismail at pardus dot org dot tr
--- Comment #4 from ismail at pardus dot org dot tr 2008-01-18 17:19 --- Actually I am reopening this because after talking to Richi we agree that -Wall should not reset -Wstrict-overflow. But of course final decision is up to iant. -- ismail at pardus dot org dot tr changed:

[Bug middle-end/34843] Missing overflow diagnostic for Python 2.5's unicodeobject.c

2008-01-18 Thread ismail at pardus dot org dot tr
--- Comment #3 from ismail at pardus dot org dot tr 2008-01-18 16:41 --- Looks like -Wall being at the end disables this warning uh oh. This is invalid, sorry for taking your time. -- ismail at pardus dot org dot tr changed: What|Removed |Added --

[Bug middle-end/34843] Missing overflow diagnostic for Python 2.5's unicodeobject.c

2008-01-18 Thread ian at airs dot com
--- Comment #2 from ian at airs dot com 2008-01-18 16:32 --- When I compile this code with current mainline with -O3 -Wstrict-overflow=3 I get the following warnings: Objects/unicodeobject.c: In function ‘unicode_startswith’: Objects/unicodeobject.c:6943: warning: dereferencing type-pun

[Bug middle-end/34843] Missing overflow diagnostic for Python 2.5's unicodeobject.c

2008-01-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Keywords||diagnosti

[Bug middle-end/34843] Missing overflow diagnostic for Python 2.5's unicodeobject.c

2008-01-17 Thread ismail at pardus dot org dot tr
--- Comment #1 from ismail at pardus dot org dot tr 2008-01-18 01:46 --- Created an attachment (id=14964) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14964&action=view) Preprocessed source code for unicodeobject.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34843