Fix ptr type combining inside the ternary operator
commite0012c27678848a534aae2776378a199af831a52
authorPetr Skocik <pskocik@gmail.com>
Wed, 28 Nov 2018 09:22:37 +0000 (28 10:22 +0100)
committerPetr Skocik <pskocik@gmail.com>
Wed, 28 Nov 2018 09:36:58 +0000 (28 10:36 +0100)
treec87a7a01f504b310661bdd1568308b51efbff766
parentc81116e29a8e2467681da7e1437911657cccb831
Fix ptr type combining inside the ternary operator

Make it match http://port70.net/~nsz/c/c99/n1256.html#6.5.15p6
(or http://port70.net/~nsz/c/c11/n1570.html#6.5.15p6).
tccgen.c
tests/tests2/94_generic.c