------- Comment #7 from rguenth at gcc dot gnu dot org  2009-07-17 15:12 -------
Reduced testcase:

typedef struct disp_surface { unsigned char *vidptr; } disp_surface_t;
void 
ffb_ctx_scaled_blit(disp_surface_t *src, unsigned char *srcwork, int scopy)
{
  unsigned char *sptr = sptr;
  sptr = src->vidptr;
  __builtin_memcpy(srcwork, sptr, scopy);
}

> ./xgcc -B. -c ice.3.i -flto -O -m32
> ./xgcc -B. -shared ice.3.o -flto -m32
In file included from :2:0:
ice.3.i: In function 'ffb_ctx_scaled_blit':
ice.3.i:3:1: internal compiler error: in partition_view_bitmap, at
tree-ssa-live.c:331
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


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

Reply via email to