This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/29750] [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d
- From: "bero at arklinux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2006 13:12:26 -0000
- Subject: [Bug c/29750] [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d
- References: <bug-29750-5606@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from bero at arklinux dot org 2006-11-07 13:12 -------
Created an attachment (id=12562)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12562&action=view)
Another test case
Another test case for what appears to be the same bug - also from openssl:
gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c -o ocsp_srv.o ocsp_srv.c
ocsp_srv.c: In function 'OCSP_basic_add1_status':
ocsp_srv.c:151: warning: function called through a non-compatible type
ocsp_srv.c:151: note: if this code is reached, the program will abort
ocsp_srv.c:194: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29750