[Bug target/62308] A bug with aarch64 big-endian

2015-06-19 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 Christophe Lyon changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/62308] A bug with aarch64 big-endian

2015-06-19 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #15 from Christophe Lyon --- Testcase committed to trunk as r224649, to gcc-5-branch as r224670.

[Bug target/62308] A bug with aarch64 big-endian

2015-06-19 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #14 from Christophe Lyon --- Author: clyon Date: Fri Jun 19 14:41:32 2015 New Revision: 224671 URL: https://gcc.gnu.org/viewcvs?rev=224671&root=gcc&view=rev Log: 2015-06-19 Christophe Lyon PR target/62308 Backport

[Bug target/62308] A bug with aarch64 big-endian

2015-06-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #13 from Christophe Lyon --- (In reply to Christophe Lyon from comment #12) > However, I am probably missing something since with an updated 4.9-branch > and without this patch, I couldn't make the compiler crash: > $ aarch64-unknown

[Bug target/62308] A bug with aarch64 big-endian

2015-06-01 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #12 from Christophe Lyon --- (In reply to Vladimir Makarov from comment #11) > (In reply to Christophe Lyon from comment #10) > > Hello Vladimir, > > Have you been able to make progress on this bug? > > Thanks for the remainder, Cris

[Bug target/62308] A bug with aarch64 big-endian

2015-05-29 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #11 from Vladimir Makarov --- (In reply to Christophe Lyon from comment #10) > Hello Vladimir, > Have you been able to make progress on this bug? Thanks for the remainder, Cristophe. Sometimes I am loosing track of bugs I should wor

[Bug target/62308] A bug with aarch64 big-endian

2015-05-28 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #10 from Christophe Lyon --- Hello Vladimir, Have you been able to make progress on this bug?

[Bug target/62308] A bug with aarch64 big-endian

2014-10-28 Thread fei.yang0953 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 Fei Yang changed: What|Removed |Added CC||fei.yang0953 at gmail dot com --- Comment #9

[Bug target/62308] A bug with aarch64 big-endian

2014-10-14 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #8 from Vladimir Makarov --- (In reply to Venkataramanan from comment #7) > Where reload gets > > (set (reg:DI 0 x0 [76]) (reg:DI 1 x1 [ args+8 ])) > (set (reg:TI 0 x0 [74]) (reg:TI -1 [+-8 ]) > > Looks same issue to me. > > Vla

[Bug target/62308] A bug with aarch64 big-endian

2014-10-09 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #7 from Venkataramanan --- I tried to look at the RTL and assembly code generated after the patch comitted in 215707. The code generated looks good some unoptimal code but it is at -O0. sub sp, sp, #16 // 15 *addd

[Bug target/62308] A bug with aarch64 big-endian

2014-10-08 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #6 from Venkataramanan --- git bisect experiment showed this revision after which bug disappears. https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=215707

[Bug target/62308] A bug with aarch64 big-endian

2014-10-07 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #5 from Venkataramanan --- Not able to reproduce with latest trunk r215964. Bisecting to find a revision from which bug disappears.

[Bug target/62308] A bug with aarch64 big-endian

2014-09-02 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 Yvan Roux changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org,

[Bug target/62308] A bug with aarch64 big-endian

2014-09-02 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/62308] A bug with aarch64 big-endian

2014-09-02 Thread yml6087582 at 163 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 --- Comment #2 from yml --- But with the option of -mlittle-endian ,it would not have this error. Do it prove that the backend support zero-length arrays passed by value ?

[Bug target/62308] A bug with aarch64 big-endian

2014-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62308 Richard Biener changed: What|Removed |Added Keywords||ABI Target|