[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-14 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #18 from Michael Meissner --- Author: meissner Date: Mon Mar 14 18:18:45 2016 New Revision: 234188 URL: https://gcc.gnu.org/viewcvs?rev=234188&root=gcc&view=rev Log: [gcc] 2016-03-14 Michael Meissner Backport from mainlin

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-14 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-14 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #16 from Rainer Orth --- Author: ro Date: Mon Mar 14 10:03:12 2016 New Revision: 234180 URL: https://gcc.gnu.org/viewcvs?rev=234180&root=gcc&view=rev Log: Only assume 4-byte stack alignment on Solaris/x86 (PR target/62281) B

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-14 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #15 from Rainer Orth --- Author: ro Date: Mon Mar 14 09:56:47 2016 New Revision: 234179 URL: https://gcc.gnu.org/viewcvs?rev=234179&root=gcc&view=rev Log: Only assume 4-byte stack alignment on Solaris/x86 (PR target/62281) B

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-07 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #14 from Rainer Orth --- Fixed for 6.1.

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-07 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #13 from Rainer Orth --- Author: ro Date: Mon Mar 7 09:51:31 2016 New Revision: 234022 URL: https://gcc.gnu.org/viewcvs?rev=234022&root=gcc&view=rev Log: Only assume 4-byte stack alignment on 32-bit Solaris/x86 (PR target/62281)

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-07 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2016-03-07 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #11 from Rainer Orth --- *** Bug 61949 has been marked as a duplicate of this bug. ***

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2015-12-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Richard Biener changed: What|Removed |Added Target Milestone|5.3 |5.4 --- Comment #10 from Richard Biener

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2015-07-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Richard Biener changed: What|Removed |Added Target Milestone|5.2 |5.3 --- Comment #9 from Richard Biener

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

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

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-29 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #7 from joseph at codesourcery dot com --- FWIW, I recommended to Sun in Mar 2006 that the kernel should ensure 16-byte alignment for both signal handlers and process startup (apparently this resulted in Sun bug 6397812, "Problem wi

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org Target Milestone|-

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-27 Thread justin.carveley at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #5 from Justin Carveley --- Created attachment 33405 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33405&action=edit Example 1: build script

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-27 Thread justin.carveley at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #4 from Justin Carveley --- Created attachment 33404 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33404&action=edit Example 1: preprocessed source

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-27 Thread justin.carveley at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #3 from Justin Carveley --- Created attachment 33403 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33403&action=edit Example 1: Solaris studio compiled module: main()

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-27 Thread justin.carveley at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #2 from Justin Carveley --- Created attachment 33402 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33402&action=edit Example 1: gcc compiled module performing sse vector load

[Bug target/62281] gcc doesn't conform to Solaris 32-bit ABI by expecting 16-byte stack alignment

2014-08-27 Thread justin.carveley at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62281 --- Comment #1 from Justin Carveley --- Created attachment 33401 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33401&action=edit Example 2: Preprocessed source