Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106561 - /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/gcc/f/fini.c:624: error: unrecognizable insn
Summary: /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/gcc/f/fini.c:624: error: unrecogniz...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 12:07 UTC by juanchang
Modified: 2005-09-19 16:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Preprocessed source (ccpssmo5.out,170.01 KB, text/plain)
2005-09-19 12:09 UTC, juanchang
Details
emerge info (emergeinfo,1.96 KB, text/plain)
2005-09-19 12:37 UTC, juanchang
Details

Note You need to log in before you can comment on or make changes to this bug.
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... (?)