[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-09-07 Thread Gregory P. Smith
Changes by Gregory P. Smith : -- resolution: -> fixed stage: resolved -> commit review status: open -> closed ___ Python tracker ___

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-09-07 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset abea972d2881a1a04ec265f993bb9b56bbc7b224 by Gregory P. Smith (Hanno Schlichting) in branch '2.7': [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705)

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-07-14 Thread Hanno Schlichting
Changes by Hanno Schlichting : -- pull_requests: +2770 ___ Python tracker ___ ___

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-07-09 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: > bpo-29766: Do not force --with-lto to true for --enable-optimizations > (#1858) > > This fixes a faulty backport to the Python 2.7 branch only of > http://bugs.python.org/issue28032. Details in the bpo-29766. This commit is

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-05-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: indeed, my mistake in the original backport. thanks! -- assignee: -> gregory.p.smith resolution: -> fixed stage: -> resolved status: open -> closed type: -> compile error ___ Python tracker

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-05-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 1f29cefc87c4c2ee629367ebe97a287d8e0b3e29 by Gregory P. Smith (Hanno Schlichting) in branch '2.7': bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858)

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-05-29 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1941 ___ Python tracker ___

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-03-08 Thread Hanno Schlichting
New submission from Hanno Schlichting: I think the fix for issue28032 wasn't applied correctly to the 2.7 branch. Compare the change in Python 2.7: https://github.com/python/cpython/commit/9cbfa79111e7152231556a21af90a220b72ed086#diff-e2d5a00791bce9a01f99bc6fd613a39dL6425 vs. for example