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/] [20030814-1.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 "-O1 -fdump-tree-dom2" } */
3
 
4
extern void abort (void);
5
 
6
com(int *blah)
7
{
8
  int z = *blah;
9
  if (z == 256)
10
    {
11
      oof (z);
12
      abort ();
13
    }
14
  return *blah;
15
}
16
 
17
/* There should be precisely one load of blah.  If there is
18
   more than one, then the dominator optimizations failed.  */
19
/* { dg-final { scan-tree-dump-times "\\*blah" 1 "dom2"} } */
20
 
21
/* { dg-final { cleanup-tree-dump "dom2" } } */

powered by: WebSVN 2.1.0

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