ice trying to build openoffice backport on jaunty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-4.3 (Ubuntu) |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Binary package hint: gcc-4.3
building the openoffice backport from
https:/
make[3]: Entering directory `/openoffice.
g++ -D_REENTRANT -I. -I../common -DU_I18N_
rematch.cpp: In member function 'void icu_4_0:
rematch.cpp:2785: error: unrecognizable insn:
(insn 4314 1673 1674 182 rematch.cpp:1949 (set (reg:SI 2 r2)
(plus:SI (reg:SI 3 r3 [1111])
rematch.cpp:2785: internal compiler error: in extract_insn, at recog.c:2001
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:/
running: IMPLEMENTATION -O -fvisibility=hidden -c -o rematch.ao rematch.cpp
g++ -save-temps -D_REENTRANT -I. -I../common -DU_I18N_
g++ -O -fvisibility=hidden -c rematch.ii
g++ -O2 -fvisibility=hidden -c rematch.ii
g++ -Os -fvisibility=hidden -c rematch.ii
g++ -O0 -fvisibility=hidden -c rematch.ii
results in the following pattern:
jaunty default gcc: -Os and -O0 work, -O and -O2 fail
jaunty gcc snapshot: all work
jaunty with karmic gcc 4.4: all work
karmic with gcc 4.3: -Os and -O0 work, -O and -O2 fail