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/] [20031015-1.c] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* With tree-ssa, gcc.dg/20000724-1.c failed because we missed
2
   a VOP of x in the asm statement.  */
3
/* { dg-do compile } */
4
/* { dg-options "-O1 -fdump-tree-alias-vops" } */
5
 
6
struct s { int a; };
7
 
8
int
9
main(void)
10
{
11
  struct s x = { 0 };
12
  asm volatile ("" : : "r" (&x) : "memory");
13
  return 0;
14
}
15
 
16
/* The VDEF comes from the initial assignment and the asm.  */
17
/* { dg-final { scan-tree-dump-times "DEF" 2 "alias" } } */
18
/* { dg-final { cleanup-tree-dump "alias" } } */

powered by: WebSVN 2.1.0

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