aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2003-10-14 22:37:10 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-10-14 22:37:10 -0400
commite923089da482330061dee6d2858b2ad2bafc089f (patch)
tree29938ec8e0d3d826e88dcf854bd980d148e2361c /gcc
parent84e72d83e32563df98d3d664c7d79c457f0d8ee4 (diff)
downloadgcc-e923089da482330061dee6d2858b2ad2bafc089f.zip
gcc-e923089da482330061dee6d2858b2ad2bafc089f.tar.gz
gcc-e923089da482330061dee6d2858b2ad2bafc089f.tar.bz2
oops
From-SVN: r72511
Diffstat (limited to 'gcc')
-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 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;