Detect usage of incomplete types inside struct/union
commit3b07a15fd12d5452bf539cd855edde8139db1686
authorAmine Najahi <mohaminaj@gmail.com>
Sun, 6 Oct 2013 12:43:16 +0000 (6 14:43 +0200)
committerAmine Najahi <mohaminaj@gmail.com>
Sun, 6 Oct 2013 12:51:29 +0000 (6 14:51 +0200)
treed35e02afb9539566893e4e09cee83c9a4886ac2b
parentd0c2f00df2366ba2114c75ada95c578864a81387
Detect usage of incomplete types inside struct/union

Make sure the only exception is for a flexible array member
as the last element of a structure
tccgen.c