[Python-checkins] [python/cpython] 826f83: bpo-30104: Only use -fno-strict-aliasing on dtoa.c...

GitHub noreply at github.com
Fri Apr 28 09:07:11 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 826f83f1d562a7b878499bc3af2267cfdfe5f2f9
      https://github.com/python/cpython/commit/826f83f1d562a7b878499bc3af2267cfdfe5f2f9
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Makefile.pre.in
    M configure
    M configure.ac

  Log Message:
  -----------
  bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)

On clang, only compile dtoa.c with -fno-strict-aliasing, use strict
aliasing to compile all other C files.




More information about the Python-checkins mailing list