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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [copy-headers.c] - Blame information for rev 298

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

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-ch-details" } */
3
 
4
extern int foo (int);
5
 
6
void bla (void)
7
{
8
  int i, n = foo (0);
9
 
10
  for (i = 0; i < n; i++)
11
    foo (i);
12
}
13
 
14
/* There should be a header duplicated.  */
15
/* { dg-final { scan-tree-dump-times "Duplicating header" 1 "ch"} } */
16
/* { dg-final { cleanup-tree-dump "ch" } } */

powered by: WebSVN 2.1.0

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