URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [compat/] [break/] [bitfield7_x.C] - Rev 818
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-options "-w" }
#include "bitfield7.h"
extern void bitfield7_y (U*);
void bitfield7_x ()
{
U u[2];
u[0].i = 7;
u[1].i = 8;
bitfield7_y (u);
}
Go to most recent revision | Compare with Previous | Blame | View Log