https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568
--- Comment #28 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Aug 30 11:26:42 2019 New Revision: 275086 URL: https://gcc.gnu.org/viewcvs?rev=275086&root=gcc&view=rev Log: Backported from mainline 2019-01-10 Jakub Jelinek <ja...@redhat.com> PR c/88568 * tree.c (handle_dll_attribute): Clear TREE_STATIC after setting DECL_EXTERNAL. * gcc.dg/pr88568.c: New test. Added: branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr88568.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/tree.c