Fix casts from 32bit integer types to 64bit integer types.
commitc31dc7aa0c36e19e15cf41a0d2728e89ad339660
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>
Mon, 30 Aug 2010 23:35:31 +0000 (31 08:35 +0900)
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>
Mon, 30 Aug 2010 23:35:31 +0000 (31 08:35 +0900)
treebf52fce67702cc761a07472a63264429f2f1a433
parent9d347f87426aebabe4eb52207b2f9ea8d2274809
Fix casts from 32bit integer types to 64bit integer types.

This bug was reported in
http://lists.gnu.org/archive/html/tinycc-devel/2010-08/msg00050.html

In this case, we should not emit any code when we cast from VT_FUNC to VT_PTR.
tccgen.c
tests/tcctest.c