https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78796
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 30 07:48:57 2017 New Revision: 248632 URL: https://gcc.gnu.org/viewcvs?rev=248632&root=gcc&view=rev Log: Backported from mainline 2016-12-14 Wilco Dijkstra <wdijk...@arm.com> Jakub Jelinek <ja...@redhat.com> PR target/78796 * config/aarch64/aarch64.c (aarch64_classify_symbol): Merge large model checks into switch. * gcc.dg/tls/pr78796.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.dg/tls/pr78796.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/aarch64/aarch64.c branches/gcc-5-branch/gcc/testsuite/ChangeLog