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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr20115-1.c] - Blame information for rev 823

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

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-dom1" } */
3
 
4
extern int foo (void) __attribute__((pure));
5
 
6
int bar()
7
{
8
  int a = foo ();
9
  a += foo ();
10
  return a;
11
}
12
 
13
/* Check that we only have one call to foo.  */
14
/* { dg-final { scan-tree-dump-times "foo" 1 "dom1" } } */
15
/* { dg-final { cleanup-tree-dump "dom1" } } */

powered by: WebSVN 2.1.0

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