oops
authorJason Merrill <jason@gcc.gnu.org>
Wed, 15 Oct 2003 02:37:10 +0000 (22:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Oct 2003 02:37:10 +0000 (22:37 -0400)
From-SVN: r72511

gcc/testsuite/gcc.dg/pack-test-4.c

index e0cfdf70451fd2b15c9d03d399d2d0bffd8a1fc5..27ae0cdcc77e5665c05d6662cfc41c21c6466955 100644 (file)
@@ -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;