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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [guality/] [pr42782.c] - Blame information for rev 307

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-options "-g" } */
2
 
3
#include "guality.h"
4
 
5
void __attribute__ ((__noinline__))
6
g (void)
7
{
8
  asm volatile ("");
9
}
10
 
11
int
12
f (int a)
13
{
14
  g ();
15
  GUALCHKVAL (a);
16
  return a;
17
}
18
 
19
int
20
main (int argc, char *argv[])
21
{
22
  f (argc + 2);
23
  f (argc + 5);
24
}

powered by: WebSVN 2.1.0

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