https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89290
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Feb 14 07:39:46 2019 New Revision: 268864 URL: https://gcc.gnu.org/viewcvs?rev=268864&root=gcc&view=rev Log: Backported from mainline 2019-02-13 Jakub Jelinek <ja...@redhat.com> PR target/89290 * config/i386/predicates.md (x86_64_immediate_operand): Allow TLS UNSPECs offsetted by signed 32-bit CONST_INT even with -mcmodel=large. * gcc.target/i386/pr89290.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr89290.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/i386/predicates.md branches/gcc-8-branch/gcc/testsuite/ChangeLog