[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-30 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-30 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #20 from uros at gcc dot gnu.org --- Author: uros Date: Thu Jul 30 08:53:48 2015 New Revision: 226389 URL: https://gcc.gnu.org/viewcvs?rev=226389&root=gcc&view=rev Log: Backport from mainline: 2015-07-17 Uros Bizjak

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-23 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #19 from uros at gcc dot gnu.org --- Author: uros Date: Thu Jul 23 18:51:56 2015 New Revision: 226119 URL: https://gcc.gnu.org/viewcvs?rev=226119&root=gcc&view=rev Log: Backport from mainline: 2015-07-17 Uros Bizjak

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-15 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #18 from uros at gcc dot gnu.org --- Author: uros Date: Wed Jul 15 13:42:07 2015 New Revision: 225829 URL: https://gcc.gnu.org/viewcvs?rev=225829&root=gcc&view=rev Log: PR target/58066 * config/i386/i386.md (*tls_globa

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 Uroš Bizjak changed: What|Removed |Added Target||x86_64 Component|rtl-optimization

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-12 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #11 from Uroš Bizjak --- Please make 64bit TLS patterns dependant on SP_REG, in the same way as 32bit are.

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #10 from H.J. Lu --- Another testcase: [hjl@gnu-tools-1 pr58066]$ cat x.i struct in_addr { int s_addr; }; typedef long unsigned int size_t; extern void __snprintf (char *__restrict __s, size_t __maxlen, const char *

[Bug target/58066] __tls_get_addr is called with misaligned stack on x86-64

2015-07-11 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|