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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [verbose-asm.c] - Rev 12

Compare with Previous | Blame | View Log

/* Test whether -fverbose-asm works.  */
/* { dg-do compile } */
/* { dg-options "-fverbose-asm" } */
 
void foo (int *x)
{
  (*x)++;
}
 
int bar (int *y)
{
  int a, b;
  b = 10;
  a = 26;
  foo (&a);
  a += 10;
  foo (&a);
  *y--;
  return b;
}
 
int
main (int argc, char *argv [])
{
  bar (&argc);
  return 0;
}
 

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.