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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr43643.c] - Rev 826

Compare with Previous | Blame | View Log

/* Contributed by Jürgen Keil <jrgn.keil@googlemail.com> */
 
/* { dg-do run } */
/* { dg-require-profiling "-pg" } */
/* { dg-options "-O2 -pg" } */
/* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */
 
extern char *strdup (const char *);
 
void
func(char *a, char *b, char *c)
{
  strdup(a);
  strdup(b);
  strdup(c);
}
 
int
main(void)
{
  func("a", "b", "c");
  return 0;
}
 
/* { dg-final { cleanup-profile-file } } */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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