This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52411] BUG gcc 4.6.2 Illegal Instruction (core dumped) asterisk
- From: "evrinoma at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 02 Mar 2012 11:13:22 +0000
- Subject: [Bug c/52411] BUG gcc 4.6.2 Illegal Instruction (core dumped) asterisk
- Auto-submitted: auto-generated
- References: <bug-52411-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52411
--- Comment #11 from evrinoma at gmail dot com 2012-03-02 11:13:22 UTC ---
many thanks for help
the asterisk makefile detecting and using incorrect compilation flags
ifeq ($(OSARCH),linux-gnu)
ifeq ($(PROC),x86_64)
# You must have GCC 3.4 to use k8, otherwise use athlon
# PROC=k8
PROC=nocona
#PROC=athlon
endif
i changed parameter PROC on nocona
The program successful build and program successful start without any errors