OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [union-cast-3.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-std=c99 -pedantic-errors" } */
3
/* PR 23155
4
   We should get one error messag, one about union cast. */
5
 
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; /* { dg-error "forbids casts to union type" } */
14
}

powered by: WebSVN 2.1.0

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