------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-19 23:43 
-------
Here is the reduced testcase:
typedef unsigned int size_t;
extern void *memcpy (void *__restrict __dest,
       __const void *__restrict __src, size_t __n) ;

int encode_q_branch(int level, unsigned char *t, int stride1)
 {
    const int block_w= level;
    const int stride= stride1;
    unsigned char current_mb[3][stride*block_w];
    memcpy(&current_mb[0][0], t, 1);
}


: Search converges between 2004-07-02-trunk (#477) and 2004-07-04-trunk (#478).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|debug                       |tree-optimization
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-19 23:43:07
               date|                            |
            Summary|ICE at                      |[4.0 Regression] ICE at
                   |loc_descriptor_from_tree_1  |loc_descriptor_from_tree_1
                   |in dwarf2out.c              |in dwarf2out.c (VLA)
   Target Milestone|---                         |4.0.0


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

Reply via email to