Message152714
The reason for this issue appears to be a bug in the clang optimizer. This is why it only shows up with debug disabled. When I compile with -O0 instead of -O3, the test passes.
This issue from the clang tracker may be the same issue:
http://llvm.org/bugs/show_bug.cgi?id=9524 |
|
Date |
User |
Action |
Args |
2012-02-06 00:32:13 | ezberch | set | recipients:
+ ezberch, ronaldoussoren, vstinner, ned.deily, meador.inge |
2012-02-06 00:32:13 | ezberch | set | messageid: <1328488333.37.0.262833546971.issue13370@psf.upfronthosting.co.za> |
2012-02-06 00:32:12 | ezberch | link | issue13370 messages |
2012-02-06 00:32:12 | ezberch | create | |
|