From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6193 invoked by alias); 21 Jan 2005 09:43:18 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6041 invoked by uid 48); 21 Jan 2005 09:43:05 -0000 Date: Fri, 21 Jan 2005 09:43:00 -0000 Message-ID: <20050121094305.6040.qmail@sourceware.org> From: "gj at pointblue dot com dot pl" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050121021840.19558.gj@pointblue.com.pl> References: <20050121021840.19558.gj@pointblue.com.pl> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19558] openssl speed compiled with 20051020 gcc-4.0 (HEAD) segfaults X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg02987.txt.bz2 List-Id: ------- Additional Comments From gj at pointblue dot com dot pl 2005-01-21 09:43 ------- procedure was simple. The distro I am using on my amd64 is PLD (www.pld-linux.org). I got their openssl.spec, changed .rpmmacros to use gcc-4.0 for compilaition. gcc was prepared from sources, I do recompile it quite often. what params spec is giving to ./config in openssl ? ./Configure --openssldir=%{_var}/lib/%{name} linux-x86_64 shared debug I've added debug, and --save-temps to OPTFLAGS, so I can get dumps. where --openssldir doesn't matter in that case. >>From that compiler uses: gcc-4.0 -fPIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -m64 -DL_ENDIAN -DTERMIO -O2 -g --save-temps -Wall -DMD32_REG_T=int -c plus some -I options. I'll attach both full *.i and *.s file for (probably) the one that crashes. I can provide you with access to that box if needed, or put somewhere tar.bz2 of build tree of made sources. Whatever. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19558