[Bug ada/37681] [4.4 Regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-11-25 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2008-11-25 16:34 --- So, this is fixed now? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37681] [4.4 Regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-11-25 Thread ro at gcc dot gnu dot org
-- ro at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ro at gcc dot gnu dot org |dot org

[Bug ada/37681] [4.4 Regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-11-25 Thread ro at gcc dot gnu dot org
--- Comment #12 from ro at gcc dot gnu dot org 2008-11-25 17:08 --- Fixed for 4.4.0. (Sorry for not updating the PR.) -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-11-07 Thread ro at gcc dot gnu dot org
--- Comment #10 from ro at gcc dot gnu dot org 2008-11-07 16:26 --- Subject: Bug 37681 Author: ro Date: Fri Nov 7 16:25:03 2008 New Revision: 141681 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=141681 Log: * system-irix-n64.ads: New file. *

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-10-01 Thread bonzini at gnu dot org
--- Comment #8 from bonzini at gnu dot org 2008-10-01 08:01 --- Subject: Re: [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01990.html Ok. Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37681

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-10-01 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #9 from ro at techfak dot uni-bielefeld dot de 2008-10-01 17:17 --- Subject: Re: [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error bonzini at gnu dot org writes: No, there is not yet an extra configure switch for that, but I'll add it. You

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37681

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37681

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2008-09-30 15:01 --- This happens only for the 64-bit libada, so it's probably due to missing support for the 64-bit multilib. Yes, it is, the hitch being that there is no port to x86_64/Solaris yet. -- ebotcazou at gcc dot

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #3 from ro at techfak dot uni-bielefeld dot de 2008-09-30 15:06 --- Subject: Re: [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error ebotcazou at gcc dot gnu dot org writes: Yes, it is, the hitch being that there is no port to x86_64/Solaris

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread charlet at adacore dot com
--- Comment #2 from charlet at adacore dot com 2008-09-30 15:06 --- Subject: Re: [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error This happens only for the 64-bit libada, so it's probably due to missing support for the 64-bit multilib. Yes,

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread charlet at gcc dot gnu dot org
--- Comment #4 from charlet at gcc dot gnu dot org 2008-09-30 15:06 --- I'm assuming the proper --disable switch is either already there, if not, probably worth opening another PR. Keeping this PR as an enhancement request to add support for x86_64 solaris for Ada. -- charlet at gcc

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread laurent at guerby dot net
--- Comment #5 from laurent at guerby dot net 2008-09-30 15:15 --- Adding Paolo as expert on configury. Rainer, let us know when you've tested your patch (should be very close to what Eric Botcazou did for sparc-solaris). -- laurent at guerby dot net changed: What

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread bonzini at gnu dot org
--- Comment #6 from bonzini at gnu dot org 2008-09-30 15:38 --- No, there is not yet an extra configure switch for that, but I'll add it. You can create a PR and assign it to me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37681

[Bug ada/37681] [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error

2008-09-30 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #7 from ro at techfak dot uni-bielefeld dot de 2008-09-30 21:37 --- Subject: Re: [4.4 regression] Building 64-bit libada fails on Solaris/x86: alignment error Patch here: http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01990.html --