[New-bugs-announce] [issue3326] py3k shouldn't use -fno-strict-aliasing anymore

Ismail Donmez report at bugs.python.org
Wed Jul 9 14:11:20 CEST 2008


New submission from Ismail Donmez <ismail at namtrac.org>:

py3k branch is still using -fno-strict-aliasing but I tested with gcc
4.3.1 and there are no strict aliasing warnings when this flag is removed.

Attached patch for py3k branch removes this flag. After applying the
patch configure should be regenerated with autoconf.

----------
components: Interpreter Core
files: strict-aliasing.patch
keywords: patch
messages: 69465
nosy: cartman
severity: normal
status: open
title: py3k shouldn't use -fno-strict-aliasing anymore
type: feature request
versions: Python 3.0
Added file: http://bugs.python.org/file10868/strict-aliasing.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3326>
_______________________________________


More information about the New-bugs-announce mailing list