Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
bitfld2.C
blob: 62a971363fb5196ec2c8e440730c8ecf06184ea6 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "-funsigned-bitfields" }
// Origin: Mark Mitchell <mark@codesourcery.com>
typedef
int
i
[
4
];
struct
S
{
i j
:
12
;
// { dg-error "" } array type as bitfield
};