Summary:  ICE in gcc
Version:  gcc-4.2.0 20060304
Hardware: Athlon Thunderbird 1.33 GHz, 256 MB
OS:       GNU/Linux Debian Knoppix kernel 2.6.11

Command Line:
gcc -O3 -g -Wall -Wno-switch  -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_GNU_SOURCE   -c -o snow.o snow.c
snow.c: In function 'slice_buffer_load_line':
snow.c:503: warning: unused variable 'i'
snow.c: In function 'slice_buffer_release':
snow.c:526: warning: unused variable 'i'
snow.c: In function 'horizontal_decomposeX':
snow.c:936: warning: unused variable 'A4'
snow.c:936: warning: unused variable 'A3'
snow.c:936: warning: unused variable 'A2'
snow.c:936: warning: unused variable 'A1'
snow.c: In function 'horizontal_composeX':
snow.c:955: warning: unused variable 'A4'
snow.c:955: warning: unused variable 'A3'
snow.c:955: warning: unused variable 'A2'
snow.c:955: warning: unused variable 'A1'
snow.c: In function 'horizontal_decompose53i':
snow.c:1013: warning: unused variable 'A4'
snow.c:1013: warning: unused variable 'A3'
snow.c:1013: warning: unused variable 'A2'
snow.c:1013: warning: unused variable 'A1'
snow.c: In function 'horizontal_compose53i':
snow.c:1271: warning: unused variable 'A4'
snow.c:1271: warning: unused variable 'A3'
snow.c:1271: warning: unused variable 'A2'
snow.c:1271: warning: unused variable 'A1'
snow.c: In function 'vertical_compose97i':
snow.c:1455: warning: unused variable 'r'
snow.c: In function 'decode_subband_slice_buffered':
snow.c:1880: warning: unused variable 'x'
snow.c: In function 'add_yblock_buffered':
snow.c:2596: warning: left shift count is negative
snow.c:2580: warning: unused variable 'block_index'
snow.c: In function 'add_yblock':
snow.c:2743: warning: left shift count is negative
snow.c: In function 'predict_slice_buffered':
snow.c:2819: warning: passing argument 6 of 'add_yblock_buffered' discards
qualifiers from pointer target type
snow.c: In function 'predict_slice':
snow.c:2877: warning: passing argument 5 of 'add_yblock' discards qualifiers
from pointer target type
snow.c: In function 'quantize':
snow.c:2899: warning: unused variable 'tstart'
snow.c:2899: warning: unused variable 'tend'
snow.c: In function 'dequantize_slice_buffered':
snow.c:2955: warning: unused variable 'h'
snow.c: In function 'correlate_slice_buffered':
snow.c:3033: warning: unused variable 'h'
snow.c: In function 'common_init':
snow.c:3231: warning: assignment from incompatible pointer type
snow.c:3231: warning: assignment from incompatible pointer type
snow.c:3232: warning: assignment from incompatible pointer type
snow.c:3232: warning: assignment from incompatible pointer type
snow.c:3233: warning: assignment from incompatible pointer type
snow.c:3233: warning: assignment from incompatible pointer type
snow.c:3234: warning: assignment from incompatible pointer type
snow.c:3234: warning: assignment from incompatible pointer type
snow.c: At top level:
snow.c:1390: warning: 'spatial_compose53i' defined but not used
snow.c:1569: warning: 'spatial_compose97i' defined but not used
snow.c: In function 'mc_block':
common.h:464: error: impossible register constraint in 'asm'
snow.c:2410: internal compiler error: in ix86_secondary_memory_needed, at
config/i386/i386.c:16446
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[EMAIL PROTECTED]:~/cinelerra-2.0/quicktime/ffmpeg.071405/libavcodec$ 


PLEASE FIND snow.i will be given in attachment after sending this (too much for
copy & paste).

M.


-- 
           Summary: ICE in ix86_secondary_memory_needed, at
                    config/i386/i386.c:16446
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mtodorov at alu dot hr
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26655

Reply via email to