On 14/05/12 12:37, Niall Douglas wrote:
> I would be almost certain that your bug stems from changes to GCC, 
> not changes to BPL. 
By now, this is also my suspect. Mainly, because it should be just one
function call between the value being correct and being wrong, while it
is only passed as a by-value argument.

> Generally speaking GCC bugs fix themselves over 
> time, so you can revert temporarily to an older GCC. Bugs in GCC are 
> common enough that if my code fails, I first think it's GCC's fault 
> :)
Hm. GCC updates are rather rare though I think? Also its kinda
inconvienient to use a non-distribution gcc version. Do you recommend to
submit a bug report to the gcc folks on that one?

> Also, try Clang. Clang seems to generate better 
> debug info for templates anyway.
I'll have a look, thanks.

-- 
Jonas
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to