https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95620
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:7aa22a8f1a5cd7f79d6bdd8b56ef7ab89a43bce3 commit r11-2208-g7aa22a8f1a5cd7f79d6bdd8b56ef7ab89a43bce3 Author: H.J. Lu <hjl.to...@gmail.com> Date: Fri Jun 26 13:59:31 2020 -0700 x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL Define ASM_OUTPUT_ALIGNED_DECL_LOCAL for large local common symbol. gcc/ PR target/95620 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New. libgomp/ PR target/95620 * testsuite/libgomp.c/pr95620.c: New test.