[Bug middle-end/39335] ICE in GCC 4.4 with -O[123] -floop-interchange

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 2 10:11:00 GMT 2009



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-03-02 10:10 -------
Confirmed.

typedef unsigned char byte;
typedef struct gx_device_s gx_device;
typedef struct gs_devn_params_s gs_devn_params;
typedef struct gs_devn_params_s {
    struct compressed_color_list_s * compressed_color_list;
} gs_devn_params_t;
int devn_unpack_row(gx_device * dev, int num_comp, 
                    gs_devn_params * pdevn_params, int width, byte * in, 
                    byte * out)
{
  int i, comp_num, pixel_num;
  if (pdevn_params->compressed_color_list == ((void *)0))
    {
      for (pixel_num = 0; pixel_num < width; pixel_num++) 
        for (i = 0; i < num_comp; i++)
          *out++ = *in++;
    }
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spop at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-03-02 10:10:57
               date|                            |


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



More information about the Gcc-bugs mailing list