Implement __builtin_choose_expr
commit8a1a2a60336264a5f96fae4c7f02424c6928b7c3
authorMichael Matz <matz@suse.de>
Wed, 13 Jul 2016 13:11:40 +0000 (13 15:11 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:47:08 +0000 (15 17:47 +0100)
tree7c33a20e1ce519db9e5ce35b63817c1875a66b38
parent10e4db45dca082b6e936c5540d9f68156b3a8e79
Implement __builtin_choose_expr

Follows GCC implementation.
tccgen.c
tcctok.h
tests/tcctest.c