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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr25860.c] - Diff between revs 149 and 154

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

Rev 149 Rev 154
/* We used to ICE because PRE would try to PRE the load of *Note from the
/* We used to ICE because PRE would try to PRE the load of *Note from the
   loop. */
   loop. */
 
 
struct g
struct g
{
{
  int i;
  int i;
};
};
struct f
struct f
{
{
  struct g i;
  struct g i;
};
};
int GSM_RingNoteGetFullDuration(struct g)__attribute__((const));
int GSM_RingNoteGetFullDuration(struct g)__attribute__((const));
void savewav(struct f *gg)
void savewav(struct f *gg)
{
{
  struct g *Note;
  struct g *Note;
  long i = 0,j,length=0;
  long i = 0,j,length=0;
  Note = &gg->i;
  Note = &gg->i;
  for (j=0;j<GSM_RingNoteGetFullDuration(*Note);j++)
  for (j=0;j<GSM_RingNoteGetFullDuration(*Note);j++)
    ;
    ;
}
}
 
 

powered by: WebSVN 2.1.0

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