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.0rc1/] [gcc/] [testsuite/] [gcc.misc-tests/] [gcov-9.c] - Diff between revs 299 and 338

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

Rev 299 Rev 338
/* Test gcov block mode.  */
/* Test gcov block mode.  */
 
 
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
/* { dg-do run { target native } } */
 
 
int main ()
int main ()
{
{
  unsigned ix;
  unsigned ix;
 
 
  for (ix = 10; ix--;); /* count(11) */
  for (ix = 10; ix--;); /* count(11) */
 
 
  return 0;
  return 0;
}
}
 
 
/* { dg-final { run-gcov { -a gcov-9.c } } } */
/* { dg-final { run-gcov { -a gcov-9.c } } } */
 
 

powered by: WebSVN 2.1.0

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