Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 106561

Summary: /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/gcc/f/fini.c:624: error: unrecognizable insn
Product: Gentoo Linux Reporter: juanchang
Component: [OLD] GCC PortingAssignee: Please assign to toolchain <gcc-porting>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Preprocessed source
emerge info

Description juanchang 2005-09-19 12:07:41 UTC
/var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/gcc/f/fini.c: In function `main':
/var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/gcc/f/fini.c:624: error:
unrecognizable insn:
(insn:HI 1755 1754 1066 83 0x2aaaab324b40 (set (reg:SI 321)
        (plus:SI (mult:SI (reg:SI 321)
                (const_int 4 [0x4]))
            (const_int 6 [0x6]))) -1 (insn_list 1754 (nil))
    (nil))
/var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/gcc/f/fini.c:624: internal compiler
error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~amd64"  emerge -av "gcc"
2.
3.
Comment 1 juanchang 2005-09-19 12:09:02 UTC
Created attachment 68821 [details]
Preprocessed source
Comment 2 juanchang 2005-09-19 12:37:37 UTC
Created attachment 68824 [details]
emerge info
Comment 3 juanchang 2005-09-19 16:49:30 UTC
Removing "-march=athlon64" from CFLAGS and CXXFLAGS seem to have fixed it... (?)