OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [pr36998.c] - Diff between revs 298 and 384

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

Rev 298 Rev 384
/* PR rtl-optimization/36998 */
/* PR rtl-optimization/36998 */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Os -fasynchronous-unwind-tables" } */
/* { dg-options "-Os -fasynchronous-unwind-tables" } */
/* { dg-options "-Os -mpreferred-stack-boundary=2 -fasynchronous-unwind-tables" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-Os -mpreferred-stack-boundary=2 -fasynchronous-unwind-tables" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-fno-omit-frame-pointer" { target { avr-*-* } } } */
/* { dg-options "-fno-omit-frame-pointer" { target { avr-*-* } } } */
 
 
void foo (const char *, ...) __attribute__ ((noreturn));
void foo (const char *, ...) __attribute__ ((noreturn));
int bar (const char *, ...);
int bar (const char *, ...);
extern __SIZE_TYPE__ strlen (const char *);
extern __SIZE_TYPE__ strlen (const char *);
int baz (char *, char *, int, void *);
int baz (char *, char *, int, void *);
 
 
void
void
test (char *w, int x, char *y, char *z)
test (char *w, int x, char *y, char *z)
{
{
  char *p, b[32];
  char *p, b[32];
  for (p = y; *p; p += strlen (p) + 1)
  for (p = y; *p; p += strlen (p) + 1)
    {
    {
      baz (w, p, x, z);
      baz (w, p, x, z);
      foo ("msg1 %s", b);
      foo ("msg1 %s", b);
    }
    }
  for (p = y; *p; p += strlen (p) + 1)
  for (p = y; *p; p += strlen (p) + 1)
    bar (" %s", p);
    bar (" %s", p);
  foo ("msg2 %s", b);
  foo ("msg2 %s", b);
}
}
 
 

powered by: WebSVN 2.1.0

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