public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/26655]  New: ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
@ 2006-03-12 18:33 mtodorov at alu dot hr
  2006-03-12 18:45 ` [Bug target/26655] " mtodorov at alu dot hr
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-12 18:33 UTC (permalink / raw)
  To: gcc-bugs

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.
mtodorovac@zion:~/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


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2007-05-18 20:13 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-12 18:33 [Bug c/26655] New: ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446 mtodorov at alu dot hr
2006-03-12 18:45 ` [Bug target/26655] " mtodorov at alu dot hr
2006-03-12 18:46 ` pinskia at gcc dot gnu dot org
2006-03-12 18:53 ` mtodorov at alu dot hr
2006-03-12 18:58 ` pinskia at gcc dot gnu dot org
2006-03-12 19:03 ` steven at gcc dot gnu dot org
2006-03-12 19:32 ` pinskia at gcc dot gnu dot org
2006-03-12 19:33 ` mtodorov at alu dot hr
2006-03-12 19:35 ` pinskia at gcc dot gnu dot org
2006-03-12 19:57 ` mtodorov at alu dot hr
2006-03-13 15:34 ` [Bug target/26655] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-06-04 18:05 ` mmitchel at gcc dot gnu dot org
2006-07-21 20:24 ` hubicka at gcc dot gnu dot org
2006-07-21 20:25 ` hubicka at gcc dot gnu dot org
2006-08-04 17:06 ` hubicka at gcc dot gnu dot org
2006-08-05  7:58 ` bonzini at gnu dot org
2006-08-05  8:01 ` [Bug rtl-optimization/26655] [4.0/4.1 " pinskia at gcc dot gnu dot org
2006-08-05  8:04 ` pinskia at gcc dot gnu dot org
2006-08-29 21:58 ` pinskia at gcc dot gnu dot org
2007-02-03 16:23 ` gdr at gcc dot gnu dot org
2007-02-03 16:29 ` joseph at codesourcery dot com
2007-02-03 16:34 ` gdr at cs dot tamu dot edu
2007-02-03 20:23 ` pinskia at gcc dot gnu dot org
2007-02-14  9:10 ` mmitchel at gcc dot gnu dot org
2007-05-17 13:53 ` ebotcazou at gcc dot gnu dot org
2007-05-18 20:13 ` reichelt at gcc dot gnu dot org
2007-05-18 20:13 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).