From 5b069702d74bd143f50d7885e141be3aee389431 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 15 Oct 2003 02:37:10 +0000 Subject: [PATCH] oops git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72511 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/pack-test-4.c | 8 ++++---- 1 file 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; -- 2.11.0