https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80468
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed May 3 06:45:29 2017 New Revision: 247534 URL: https://gcc.gnu.org/viewcvs?rev=247534&root=gcc&view=rev Log: Backported from mainline 2017-04-21 Jakub Jelinek <ja...@redhat.com> PR c/80468 * c-decl.c (finish_declspecs) <case cts_int_n>: If int_n_idx is not enabled, set specs->type to integer_type_node. * gcc.dg/pr80468.c: New test. Added: branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr80468.c Modified: branches/gcc-7-branch/gcc/c/ChangeLog branches/gcc-7-branch/gcc/c/c-decl.c branches/gcc-7-branch/gcc/testsuite/ChangeLog