Commit 96b31ba6 authored by Michael Matz's avatar Michael Matz
Browse files

Fix casted boolean expressions

the casted type was lost when a delayed bool was finally converted
to a value.  See testcase, in the wrong case the '(unsigned int)' cast
was ignored, and hence the division was signed reulting in -1 instead of
the proper 0x7fffffff.
parent 2cb8bddd
Showing with 6 additions and 0 deletions
+6 -0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment