summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pack-test-4.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-15 02:37:10 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-15 02:37:10 +0000
commit5b069702d74bd143f50d7885e141be3aee389431 (patch)
tree29938ec8e0d3d826e88dcf854bd980d148e2361c /gcc/testsuite/gcc.dg/pack-test-4.c
parent7fa67f3c70ec249afe48db68b86cab86c53981bf (diff)
downloadgcc-5b069702d74bd143f50d7885e141be3aee389431.tar.gz
oops
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72511 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/pack-test-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/pack-test-4.c8
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 e0cfdf70451..27ae0cdcc77 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;