https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70280
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Mar 17 23:00:04 2016 New Revision: 234312 URL: https://gcc.gnu.org/viewcvs?rev=234312&root=gcc&view=rev Log: PR c/70280 * c-typeck.c (composite_type): Don't count void_list_node into len, if the list is terminated by void_list_node, start with void_list_node instead of NULL for newargs. Stop at void_list_node. Modified: trunk/gcc/c/ChangeLog trunk/gcc/c/c-typeck.c