repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.dg
/
compat
/
break
/
bitfield7_x.C
blob
9b2a622a5ea623c37940aa1798b762cfcb566341
1
// { dg-options "-w" }
2
3
#include "bitfield7.h"
4
5
extern void bitfield7_y (U*);
6
7
void bitfield7_x ()
8
{
9
U u[2];
10
11
u[0].i = 7;
12
u[1].i = 8;
13
14
bitfield7_y (u);
15
}