From: Jason Merrill Date: Wed, 15 Oct 2003 02:37:10 +0000 (-0400) Subject: oops X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e923089da482330061dee6d2858b2ad2bafc089f;p=gcc.git oops From-SVN: r72511 --- 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;