From-SVN: r72511
This commit is contained in:
Jason Merrill 2003-10-14 22:37:10 -04:00
parent 84e72d83e3
commit e923089da4
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
// PR c/11885
// Bug: flag4 was allocated into the same byte as the other flags.
// { dg-do run }
/* PR c/11885
Bug: flag4 was allocated into the same byte as the other flags.
{ dg-options "" }
{ dg-do run } */
typedef unsigned char uint8_t;
typedef struct {
uint8_t flag1:2;
uint8_t flag2:1;
uint8_t flag3:1;