This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11734] Optimization errors using -m64 above -O1
- From: "gerryt at vcn dot bc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2003 06:22:37 -0000
- Subject: [Bug c/11734] Optimization errors using -m64 above -O1
- References: <20030730205845.11734.gerryt@vcn.bc.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11734
------- Additional Comments From gerryt at vcn dot bc dot ca 2003-07-31 06:22 -------
Subject: Re: Optimization errors using -m64 above -O1
On 31 Jul 2003, marcus at jet dot franken dot de wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11734
>
>
>
> ------- Additional Comments From marcus at jet dot franken dot de 2003-07-31 05:39 -------
> You misconfigured openssl, for 64bit platforms you need to specify
> -DMD32_REG_T=int as additional compiler flag. I had the same problem
> on ppc64, the above define fixed the problem.
Actually I used the same Configure that passed all tests with 3.2.3 :
./Configure solaris64-sparcv9-gcc
I tried:
./Configure solaris64-sparcv9-gcc -DMD32_REG_T=int
gmake test passes w/o errors using -O3
I'll be a monkey's Uncle! Who a thunk it?
I have to wonder why 3.2.X didnt have the same problem.
Sorry to bother everyone.
Danke Gerry