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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [3b-14.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
#include "harness.h"
2
 
3
static vector bool char x(void);
4
static void g(void);
5
 
6
static vector bool char
7
f (void)
8
{
9
  vector bool char a = x();
10
  g();
11
  return a;
12
}
13
 
14
static vector bool char
15
x (void)
16
{
17
  static vector bool char zero;
18
  return zero;
19
}
20
 
21
static void g ()
22
{
23
}
24
 
25
static void test()
26
{
27
  static vector bool char zero;
28
  check(vec_all_eq(f(), zero), "f");
29
}

powered by: WebSVN 2.1.0

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