diff options
| -rw-r--r-- | gcc/testsuite/gcc.dg/pack-test-4.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.dg/pack-test-4.c b/gcc/testsuite/gcc.dg/pack-test-4.c index e0cfdf7..27ae0cd 100644 --- a/gcc/testsuite/gcc.dg/pack-test-4.c +++ b/gcc/testsuite/gcc.dg/pack-test-4.c @@ -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; |
