OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [pr33726.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
 
 
/* We used to ICE here with type-checking enabled.  */
/* We used to ICE here with type-checking enabled.  */
 
 
typedef unsigned int U032;
typedef unsigned int U032;
typedef volatile struct X {
typedef volatile struct X {
     U032 Monochrome[1];
     U032 Monochrome[1];
     struct {
     struct {
          U032 WidthHeight;
          U032 WidthHeight;
     } UnclippedRectangle[1];
     } UnclippedRectangle[1];
} RivaBitmap;
} RivaBitmap;
void writel(void *);
void writel(void *);
void rivafb_fillrect(RivaBitmap *bm)
void rivafb_fillrect(RivaBitmap *bm)
{
{
  writel((void *)&bm->UnclippedRectangle[0].WidthHeight);
  writel((void *)&bm->UnclippedRectangle[0].WidthHeight);
}
}
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.