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: "marcus at jet dot franken dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2003 05:39:25 -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 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.