about summary refs log tree commit diff
path: root/src/test/run-fail/if-cond-bot.rs
AgeCommit message (Collapse)AuthorLines
2011-08-03Revert "Revert "Handle conditionals on _|_ - typed values correctly""Tim Chevalier-0/+3
This reverts commit ea81c03960264bf590cd99ed2b662243e3db7a7c. Changed the case in trans_if where the conditional is _|_ - typed but the block is terminated to return the result of the cond, instead of nil. This passes "make check" with optimization disabled as well as enabled.
2011-08-03Revert "Handle conditionals on _|_ - typed values correctly"Brian Anderson-3/+0
This reverts commit 13f8b3f2a67a4e3a7a26b0e238e1b6ce9e1f3573. run-pass/if-ret.rs does not translate correctly when unoptimized. Issue #797
2011-08-02Handle conditionals on _|_ - typed values correctlyTim Chevalier-0/+3
Closes #776