Fix array pointer stringification.
commit73ca09ff3265d92072af5ee88d1ea52df6c5def4
authorPetr Skocik <pskocik@gmail.com>
Mon, 12 Nov 2018 16:11:24 +0000 (12 17:11 +0100)
committerPetr Skocik <pskocik@gmail.com>
Mon, 12 Nov 2018 19:50:51 +0000 (12 20:50 +0100)
tree38f667639b799f8a1dc05535e684274985ba7e2f
parent93a4ddfa63fe4763aeb9c27264e98e8ce968929e
Fix array pointer stringification.

`int (*)[4];` should not be stringified as `int *[4];`
Add stringification tests.
tccgen.c
tests/tests2/60_errors_and_warnings.c
tests/tests2/60_errors_and_warnings.expect