https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066
Uroš Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066
Uroš Bizjak changed:
What|Removed |Added
Target||x86_64
Component|rtl-optimization
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.
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 *
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|