[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 --- Comment #9 from Jakub Jelinek --- Given the issues we had on ARM, AArch64 (see exempli gratia PR65956 and associated discussions), et cetera with overaligned/underaligned scalars, I think the right thing is not to consider alignment for the

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread tgl at sss dot pgh.pa.us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 Tom Lane changed: What|Removed |Added CC||tgl at sss dot pgh.pa.us --- Comment #8 from

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 --- Comment #7 from Eric Botcazou --- 128-bit types requite 128-bit alignment on SPARC64 so we cannot support that.

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 --- Comment #5 from Rainer Orth --- Created attachment 43175 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43175=edit unpreprocessed input

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread polyakova.marina69 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 --- Comment #3 from Марина Полякова --- (In reply to Richard Biener from comment #1) > Note GCC 5 is no longer maintained - can you test a newer version? No, I can't because pkgutil has only gcc 4 or 5 :-(

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

2018-01-18 Thread polyakova.marina69 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925 --- Comment #2 from Марина Полякова --- No, I can't because pkgutil has only gcc 4 or 5 :-(

[Bug target/83925] [SPARC/Solaris] __int128 aligned(8) as function argument is passed in wrong register

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