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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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 ` mtodorov at alu dot hr
  2006-03-12 18:46 ` pinskia at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-12 18:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mtodorov at alu dot hr  2006-03-12 18:45 -------
Subject: Re:  ICE in ix86_secondary_memory_needed, at
 config/i386/i386.c:16446


I am truly sorry, but resulting snow.i is 11389 lines, 325K long, so it 
does not fit into comment.

I don't know what to do (novice bug reporter).

M.


-- 


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-12 18:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-12 18:46 -------
(In reply to comment #1)
> I don't know what to do (novice bug reporter).
There is a link called "Create a New Attachment" which you should be using.


-- 


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-12 18:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mtodorov at alu dot hr  2006-03-12 18:53 -------
Created an attachment (id=11026)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11026&action=view)
Created snow.i with -save-temps

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 -save-temps snow.c


-- 


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (2 preceding siblings ...)
  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
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-12 18:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-12 18:58 -------
This is invalid inline-asm:
static inline uint64_t read_time(void)
{
 uint64_t a, d;
 asm volatile( "rdtsc\n\t"
  : "=a" (a), "=d" (d)
 );
 return (d << 32) | (a & 0xffffffff);
}

-----
The correct way to implement this inline is:
static inline uint64_t read_time(void)
{
 uint32_t a, d;
 asm volatile( "rdtsc\n\t"
  : "=a" (a), "=d" (d)
 );
 return (((uint64_t)d) << 32) | (((uint64_t)a) & 0xffffffff);
}
After that it works :).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |minor
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (3 preceding siblings ...)
  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
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-03-12 19:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from steven at gcc dot gnu dot org  2006-03-12 19:03 -------
Note that we should never ICE after an error.  So this is still also a bug in
GCC itself.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-12 19:03:41
               date|                            |


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (4 preceding siblings ...)
  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
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-12 19:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-03-12 19:32 -------
Confirmed, not a regression, short testcase:
typedef unsigned long long int uint64_t;
uint64_t read_time(void)
{
 uint64_t a, d;
 asm volatile( "rdtsc\n\t"  : "=a" (a), "=d" (d)  );
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
      Known to fail|                            |3.3.3 4.1.0 4.0.0 3.4.0


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (5 preceding siblings ...)
  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
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-12 19:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mtodorov at alu dot hr  2006-03-12 19:33 -------
Subject: Re:  ICE in ix86_secondary_memory_needed, at
 config/i386/i386.c:16446


On Sun, 12 Mar 2006, pinskia at gcc dot gnu dot org wrote:

>
>
> ------- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-12 18:58 -------
> This is invalid inline-asm:
> static inline uint64_t read_time(void)
> {
> uint64_t a, d;
> asm volatile( "rdtsc\n\t"
>  : "=a" (a), "=d" (d)
> );
> return (d << 32) | (a & 0xffffffff);
> }
>
> -----
> The correct way to implement this inline is:
> static inline uint64_t read_time(void)
> {
> uint32_t a, d;
> asm volatile( "rdtsc\n\t"
>  : "=a" (a), "=d" (d)
> );
> return (((uint64_t)d) << 32) | (((uint64_t)a) & 0xffffffff);
> }
> After that it works :).

Confirmed. This workaround works.

M.


-- 


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (6 preceding siblings ...)
  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
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-12 19:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-03-12 19:35 -------
(In reply to comment #7)
> Confirmed. This workaround works.

It is not a work around :).  It is correcting the inline-asm.


-- 


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


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

* [Bug target/26655] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (7 preceding siblings ...)
  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
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: mtodorov at alu dot hr @ 2006-03-12 19:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mtodorov at alu dot hr  2006-03-12 19:56 -------
Subject: Re:  ICE in ix86_secondary_memory_needed, at
 config/i386/i386.c:16446


> It is not a work around :).  It is correcting the inline-asm.

Mais oui. :-)

M.


-- 


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


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

* [Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (8 preceding siblings ...)
  2006-03-12 19:57 ` mtodorov at alu dot hr
@ 2006-03-13 15:34 ` pinskia at gcc dot gnu dot org
  2006-06-04 18:05 ` mmitchel at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-13 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2006-03-13 15:34 -------
Actually this is a regression from 3.0.4.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
      Known to fail|3.3.3 4.1.0 4.0.0 3.4.0     |3.3.3 4.1.0 4.0.0 3.4.0
                   |                            |3.2.3
      Known to work|                            |3.0.4 2.95.3
            Summary|ICE in                      |[4.0/4.1/4.2 Regression] ICE
                   |ix86_secondary_memory_needed|in
                   |, at                        |ix86_secondary_memory_needed
                   |config/i386/i386.c:16446    |, at
                   |                            |config/i386/i386.c:16446
   Target Milestone|---                         |4.0.4


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


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

* [Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (9 preceding siblings ...)
  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
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-06-04 18:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (10 preceding siblings ...)
  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
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2006-07-21 20:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from hubicka at gcc dot gnu dot org  2006-07-21 20:24 -------
*** Bug 28270 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (11 preceding siblings ...)
  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
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2006-07-21 20:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from hubicka at gcc dot gnu dot org  2006-07-21 20:25 -------
Testing patch.

Honza


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |hubicka at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-03-12 19:03:41         |2006-07-21 20:25:33
               date|                            |


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


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

* [Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (12 preceding siblings ...)
  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
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2006-08-04 17:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from hubicka at gcc dot gnu dot org  2006-08-04 17:05 -------
Subject: Bug 26655

Author: hubicka
Date: Fri Aug  4 17:05:38 2006
New Revision: 115928

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115928
Log:
        PR target/26655
        PR target/28270
        * reload.c (push_reload): Patch out the mismathcing instruction; return
early.
        (find_reload): Bail out if the instruction was patched out.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/reload.c


-- 


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


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

* [Bug target/26655] [4.0/4.1/4.2 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (13 preceding siblings ...)
  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
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: bonzini at gnu dot org @ 2006-08-05  7:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from bonzini at gnu dot org  2006-08-05 07:58 -------
fixed by jan's patch


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (14 preceding siblings ...)
  2006-08-05  7:58 ` bonzini at gnu dot org
@ 2006-08-05  8:01 ` pinskia at gcc dot gnu dot org
  2006-08-05  8:04 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-05  8:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from pinskia at gcc dot gnu dot org  2006-08-05 08:00 -------
But only for 4.2.0.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
          Component|target                      |rtl-optimization
      Known to work|3.0.4 2.95.3                |3.0.4 2.95.3 4.2.0
         Resolution|FIXED                       |
            Summary|[4.0/4.1/4.2 Regression] ICE|[4.0/4.1 Regression] ICE in
                   |in                          |ix86_secondary_memory_needed
                   |ix86_secondary_memory_needed|, at
                   |, at                        |config/i386/i386.c:16446
                   |config/i386/i386.c:16446    |


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (15 preceding siblings ...)
  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
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-05  8:04 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (16 preceding siblings ...)
  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
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-29 21:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from pinskia at gcc dot gnu dot org  2006-08-29 21:58 -------
*** Bug 28893 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbemmel at lucent dot com


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (17 preceding siblings ...)
  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
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 16:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from gdr at gcc dot gnu dot org  2007-02-03 16:23 -------
Fixed in GCC-4.2.0.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.0.4                       |4.2.0


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (18 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: joseph at codesourcery dot com @ 2007-02-03 16:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from joseph at codesourcery dot com  2007-02-03 16:28 -------
Subject: Re:  [4.0/4.1 Regression] ICE in
 ix86_secondary_memory_needed, at config/i386/i386.c:16446

On Sat, 3 Feb 2007, gdr at gcc dot gnu dot org wrote:

> Fixed in GCC-4.2.0.
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|ASSIGNED                    |RESOLVED
>          Resolution|                            |FIXED
>    Target Milestone|4.0.4                       |4.2.0

Again, you give no reason for your unilateral decision that this 
regression shouldn't be fixed on 4.1 branch.  You need to be more careful 
about your changes to bugs that still are regressions in 4.1, and to 
review all bugs you have closed in the run up to and after the 4.0.4 
release to identify those that need reopening.


-- 


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (19 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: gdr at cs dot tamu dot edu @ 2007-02-03 16:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from gdr at cs dot tamu dot edu  2007-02-03 16:34 -------
Subject: Re:  [4.0/4.1 Regression] ICE in
 ix86_secondary_memory_needed, at config/i386/i386.c:16446

On Sat, 3 Feb 2007, Joseph S. Myers wrote:

| On Sat, 3 Feb 2007, gdr at gcc dot gnu dot org wrote:
|
| > Fixed in GCC-4.2.0.
| >            What    |Removed                     |Added
| >
----------------------------------------------------------------------------
| >              Status|ASSIGNED                    |RESOLVED
| >          Resolution|                            |FIXED
| >    Target Milestone|4.0.4                       |4.2.0
|
| Again, you give no reason for your unilateral decision that this
| regression shouldn't be fixed on 4.1 branch.

Please, Joseph don't ascribe ill motive.  You can constructively help
by correcting the mistake along with the comment.

-- Gaby


-- 


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (20 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-03 20:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from pinskia at gcc dot gnu dot org  2007-02-03 20:23 -------
Reopening for 4.1.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
   Target Milestone|4.2.0                       |4.1.2


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (21 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (22 preceding siblings ...)
  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
  25 siblings, 0 replies; 27+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-05-17 13:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from ebotcazou at gcc dot gnu dot org  2007-05-17 14:52 -------
Definitively closed on the 4.0 and 4.1 branches, it's too late for caring about
ICE-on-invalid there at this point.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (23 preceding siblings ...)
  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
  25 siblings, 0 replies; 27+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-05-18 20:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from reichelt at gcc dot gnu dot org  2007-05-18 21:13 -------
... to close as fixed in GCC 4.2.0 and later.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.1.3                       |4.2.0


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


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

* [Bug rtl-optimization/26655] [4.0/4.1 Regression] ICE in ix86_secondary_memory_needed, at config/i386/i386.c:16446
  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
                   ` (24 preceding siblings ...)
  2007-05-18 20:13 ` reichelt at gcc dot gnu dot org
@ 2007-05-18 20:13 ` reichelt at gcc dot gnu dot org
  25 siblings, 0 replies; 27+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-05-18 20:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from reichelt at gcc dot gnu dot org  2007-05-18 21:12 -------
Reopening bug...


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |


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).