[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-04-22 Thread r.ayrapetyan at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 Ruben Ayrapetyan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #13 from Jakub Jelinek

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-05 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Thu Feb 5 10:37:05 2015 New Revision: 220441 URL: https://gcc.gnu.org/viewcvs?rev=220441&root=gcc&view=rev Log: PR rtl-optimization/64905 * gcc.target/i386/pr64905.c: Re

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #11 from Uroš Bizjak --- (In reply to Dominique d'Humieres from comment #10) > Compiling the test gcc.target/i386/pr64905.c on x86_64-apple-darwin14 gives > an ICE I have a patch that disables the test on -fPIC targets.

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #10 from Dominique d'Humieres --- Compiling the test gcc.target/i386/pr64905.c on x86_64-apple-darwin14 gives an ICE [Book15] f90/bug% gcc5 /opt/gcc/_clean/gcc/testsuite/gcc.target/i386/pr64905.c -Os -ffixed-rax -ffixed-rbx -ffixed-r

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #8 from Dominique d'Humieres --- AFAICT only the ChangeLogs have been committed.

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-04 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 H.J. Lu changed: What|Removed |Added Known to work||5.0 Known to fail|

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-04 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #6 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Feb 4 19:35:17 2015 New Revision: 220414 URL: https://gcc.gnu.org/viewcvs?rev=220414&root=gcc&view=rev Log: Clear hard frame pointer alignment if not needed When hard frame p

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-04 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 H.J. Lu changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment #5 from

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-04 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 Uroš Bizjak changed: What|Removed |Added CC||law at redhat dot com Component|t