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/] [union-cast-1.c] - Blame information for rev 298

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-std=gnu89" } */
3
/* A combine of two extensions to C89 are used here.
4
   First casts to unions is used.
5
   Second subscripting non lvalue arrays, this is in C99. */
6
 
7
union vx {short f[8]; int v;};
8
int vec;
9
 
10
void
11
foo5 (int vec)
12
{
13
  ((union vx) vec).f[5] = 1;
14
}

powered by: WebSVN 2.1.0

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