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 Paul Murphy
Recipients Paul Murphy
Date 2015-08-12.20:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439412048.1.0.772925582506.issue24851@psf.upfronthosting.co.za>
In-reply-to
Content
This is a duplicate of Issue 23654, except it occurs on GCC 5.1 with -O2 when building for a ppc64le target.

GCC is optimizes this as a tail call, removing the accesses to the "unused" stack variables.
History
Date User Action Args
2015-08-12 20:40:48Paul Murphysetrecipients: + Paul Murphy
2015-08-12 20:40:48Paul Murphysetmessageid: <1439412048.1.0.772925582506.issue24851@psf.upfronthosting.co.za>
2015-08-12 20:40:48Paul Murphylinkissue24851 messages
2015-08-12 20:40:48Paul Murphycreate