Forbid the use of array of functions
commita465b7f58fdea15caa1bfb81ff5e985c94c4df4a
authorThomas Preud'homme <robotux@celest.fr>
Thu, 19 Sep 2013 16:58:46 +0000 (19 18:58 +0200)
committerThomas Preud'homme <robotux@celest.fr>
Thu, 19 Sep 2013 16:58:46 +0000 (19 18:58 +0200)
tree8cbd68abe8e279e3a8d9f294bfc865e6ffac56b7
parent642b6d0f50c6b6a842c9239a102fe34d5619e931
Forbid the use of array of functions

Prevent the following code from compiling:

int (*fct)[42](int x);

Reported-by: Abdul Wadud Mohammad Mohibur Rashid <mohibur_rashid@yahoo.com>
tccgen.c