summaryrefslogtreecommitdiff
path: root/utests/compiler_assignment_operation_in_if.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utest: init uninitialized local variables.Luo Xionghu2016-05-231-1/+1
| | | | | Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng2014-11-061-0/+45
This test case shows that assignment operation in if block seems does not affect lvalue. Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>