Hi,
I am trying to compile MEDIABENCH  (@UCLA) using the latest GCC CVS 
checkout. I get
the following errors when I compile with "-O3 -fprofile-generate". I just 
want to make sure
that this is not a silly mistake before I file a bug report. Can someone 
help? Almost 9 out of 11 
benchmarks throw error. Two errors are reported below.

For benchmark(epic)
*************************

gcc  -static -fprofile-generate -O3  -c build_pyr.c
build_pyr.c: In function âbuild_levelâ:
build_pyr.c:94: error: Abnormal edges for no purpose in bb 162
build_pyr.c:94: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [build_pyr.o] Error 1

For benchmark (g721)
*************************
gcc -static -fprofile-generate  -o encode encode.c g711.o g72x.o g721.o 
g723_24.o g723_40.o
encode.c: In function âmainâ:
encode.c:98: warning: incompatible implicit declaration of built-in 
function âexitâ
encode.c:99: warning: incompatible implicit declaration of built-in 
function âstrcpyâ
encode.c:100: warning: incompatible implicit declaration of built-in 
function âstrcatâ
encode.c:132: error: unrecognizable insn:
(insn 738 159 739 74 (set (reg:SI 242)
        (reg:SI 19 dirflag)) -1 (nil)
    (nil))
encode.c:132: internal compiler error: in extract_insn, at recog.c:2042
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [encode] Error 1

--Raj





Reply via email to