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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [inline_asm-2.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O1 -fdump-tree-alias-vops" } */
3
/* Test to make sure that inline-asm causes a VDEF. */
4
 
5
 
6
void link_error();
7
void f(char *a)
8
{
9
  int *a1 = (int *)a;
10
  if (*a == 0)
11
   asm("":"=m"(*a1));
12
  if (*a == 0)
13
   link_error ();
14
}
15
 
16
/* There should a VDEF for the inline-asm and one for the link_error.  */
17
/* { dg-final { scan-tree-dump-times "VDEF" 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.