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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
g++.dg
/
compat
/
break
/
bitfield7_y.C
blob
afa5446ae8922f08d3ce082023a6b0d7308ecc46
1
// { dg-options "-w" }
2
3
extern "C" void abort (void);
4
5
#include "bitfield7.h"
6
7
void bitfield7_y (U* u)
8
{
9
if (u[0].i != 7)
10
abort ();
11
if (u[1].i != 8)
12
abort ();
13
}