[Bug c/52411] BUG gcc 4.6.2 Illegal Instruction (core dumped) asterisk

evrinoma at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Mar 2 11:13:00 GMT 2012


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



More information about the Gcc-bugs mailing list