https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64113
--- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Sun Feb 22 15:29:16 2015 New Revision: 220896 URL: https://gcc.gnu.org/viewcvs?rev=220896&root=gcc&view=rev Log: Backport from mainline 2014-12-02 Uros Bizjak <ubiz...@gmail.com> PR target/64113 * config/alpha/alpha.md (call_value_osf_tlsgd): Do not split insn using post-reload splitter. Use peephole2 pass instead. (call_value_osf_tlsldm): Ditto. (TLS_CALL): New int iterator. (tls): New int attribute. (call_value_osf_<tls>): Merge insn pattern from call_value_osf_tlsgd and call_value_tlsldm using TLS_CALL int iterator. Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/alpha/alpha.md