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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [20040729-1.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O1 -fdump-tree-dce2" } */
3
 
4
foo ()
5
{
6
  volatile int *p;
7
  volatile int x;
8
 
9
  p = &x;
10
  *p = 3;
11
  return *p + 1;
12
}
13
 
14
/* The assignment to 'p' is dead and should be removed.  But the
15
   compiler was mistakenly thinking that the statement had volatile
16
   operands.  But 'p' itself is not volatile and taking the address of
17
   a volatile does not constitute a volatile operand.  */
18
/* { dg-final { scan-tree-dump-times "&x" 0 "dce2"} } */
19
/* { dg-final { cleanup-tree-dump "dce2" } } */

powered by: WebSVN 2.1.0

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