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-1.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-optimized -fdump-tree-alias-vops" } */
3
/* Test to make sure that inline-asm causes a VDEF and that we call test_function twice. */
4
 
5
char test_function(void ) __attribute__((__pure__));
6
char f(char *a)
7
{
8
  char b = test_function();
9
  asm("":"=m"(*a):"r"(b));
10
  b = test_function();
11
  return b;
12
}
13
 
14
/* test_function should be called twice as the inline-asm changes memory. */
15
/* { dg-final { scan-tree-dump-times "test_function" 2 "optimized"} } */
16
/* { dg-final { cleanup-tree-dump "optimized" } } */
17
 
18
/* There should a VDEF for the inline-asm.  */
19
/* { dg-final { scan-tree-dump-times "VDEF" 1 "alias"} } */
20
/* { 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.