From e923089da482330061dee6d2858b2ad2bafc089f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 14 Oct 2003 22:37:10 -0400 Subject: oops From-SVN: r72511 --- gcc/testsuite/gcc.dg/pack-test-4.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc') 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; -- cgit v1.1