This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14686] New: GCC 3.2.3 internal compiler error while compiling xine
- From: "atrauzzi at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2004 00:47:41 -0000
- Subject: [Bug c++/14686] New: GCC 3.2.3 internal compiler error while compiling xine
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
While attempting to compile: xine-rc3b
..as soon as I can figure out how, I'll include the requested files for bug
submissions.
-=-=-=-=-=-=-
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.2.3
-=-=-=-=-=-=-
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../include
-I../../../include -I../../../src -I../../../src/xine-engine
-I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input
-I../../../src/input -DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT
-DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER
-DCONFIG_ZLIB -mcpu=pentiumpro -O3 -pipe -fomit-frame-pointer
-falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2
-fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math
-funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs
-Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -c
motion_est.c -MT motion_est.lo -MD -MP -MF .deps/motion_est.TPlo -o
.libs/motion_est.o
In file included from motion_est.c:215:
motion_est_template.c: In function `simple_direct_hpel_hpel_get_mb_score':
motion_est_template.c:255: warning: unused variable `h'
In file included from motion_est.c:272:
motion_est_template.c: In function `simple_direct_qpel_qpel_get_mb_score':
motion_est_template.c:517: warning: unused variable `h'
motion_est.c: In function `h263_mv4_search':
motion_est.c:777: warning: unused variable `xmin'
motion_est.c:778: warning: unused variable `ymin'
motion_est.c:779: warning: unused variable `xmax'
motion_est.c:780: warning: unused variable `ymax'
motion_est.c: In function `ff_estimate_p_frame_motion':
motion_est.c:1056: warning: unused variable `ref_picture'
motion_est.c: In function `ff_estimate_motion_b':
motion_est.c:1367: warning: unused variable `ref_picture'
motion_est.c: In function `simple_direct_qpel_epzs_motion_search':
motion_est.c:1646: unrecognizable insn:
(insn 502 500 503 (parallel[
(set (reg/v/f:SI 387)
(plus:SI (reg:SI 393)
(set (reg:SI 955)
(mult:SI (reg:SI 954)
(reg/v:SI 64)))))
(clobber (reg:CC 17 flags))
] ) -1 (insn_list 500 (nil))
(expr_list:REG_DEAD (reg:SI 393)
(expr_list:REG_UNUSED (reg:CC 17 flags)
(nil))))
motion_est.c:1646: Internal compiler error in extract_insn, at recog.c:2148
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [motion_est.lo] Error 1
make[5]: Leaving directory `/root/xine-lib-1-rc3b/src/libffmpeg/libavcodec'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/xine-lib-1-rc3b/src/libffmpeg/libavcodec'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/xine-lib-1-rc3b/src/libffmpeg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/xine-lib-1-rc3b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/xine-lib-1-rc3b'
make: *** [all] Error 2
-=-=-=-=-=-=-
I'm just following the instructions on posting a bug. I've also had troubles
compiling another media-based application. I will submit another bug, please be
generous in explaining to me what my own fault is if I'm in error here...
Otherwise, glad to help.
Regardless: Thanks!
--
Summary: GCC 3.2.3 internal compiler error while compiling xine
Product: gcc
Version: 3.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: atrauzzi at hotmail dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14686