oops
From-SVN: r72511
This commit is contained in:
parent
84e72d83e3
commit
e923089da4
@ -1,11 +1,11 @@
|
|||||||
// PR c/11885
|
/* PR c/11885
|
||||||
// Bug: flag4 was allocated into the same byte as the other flags.
|
Bug: flag4 was allocated into the same byte as the other flags.
|
||||||
// { dg-do run }
|
{ dg-options "" }
|
||||||
|
{ dg-do run } */
|
||||||
|
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
||||||
uint8_t flag1:2;
|
uint8_t flag1:2;
|
||||||
uint8_t flag2:1;
|
uint8_t flag2:1;
|
||||||
uint8_t flag3:1;
|
uint8_t flag3:1;
|
||||||
|
Loading…
Reference in New Issue
Block a user