Catch array[index] with unknown sizeof(*array)
commit4d05a6319d07b5a686083043b69643a5550c2eeb
authorDaniel Glöckner <daniel-gl@gmx.net>
Mon, 15 Mar 2010 21:37:41 +0000 (15 22:37 +0100)
committerDaniel Glöckner <daniel-gl@gmx.net>
Mon, 15 Mar 2010 21:51:19 +0000 (15 22:51 +0100)
tree62d938ff8c8e1cfc15b707a209643ab8f87e3d83
parent95b9a477b6743004e0e9bf728b25bf63d2908777
Catch array[index] with unknown sizeof(*array)

We could support this for index == 0, but GCC doesn't bother, so why should we?
tccgen.c