Fix type of cond-op
commitef3eb02ccbce379724387098e0dfd2fbbb511dce
authorMichael Matz <matz@suse.de>
Fri, 10 Mar 2023 16:23:55 +0000 (10 17:23 +0100)
committerMichael Matz <matz@suse.de>
Fri, 10 Mar 2023 16:23:55 +0000 (10 17:23 +0100)
tree79fd5297c060c3009c12e2fad74338420042e8e4
parent96b31ba67044d76e2374da09e8e43b0ff1d87812
Fix type of cond-op

the optimization of a ternary op with two boolean operands had
the same problem (as in the last commit) of loosing the type.
tccgen.c
tests/tcctest.c