https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77767
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Dec 21 12:52:06 2016 New Revision: 243851 URL: https://gcc.gnu.org/viewcvs?rev=243851&root=gcc&view=rev Log: PR c/77767 * c-decl.c (grokdeclarator): If *expr is non-NULL, append expression to *expr instead of overwriting it. * gcc.c-torture/execute/pr77767.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/pr77767.c Modified: branches/gcc-6-branch/gcc/c/ChangeLog branches/gcc-6-branch/gcc/c/c-decl.c branches/gcc-6-branch/gcc/testsuite/ChangeLog