* objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.

From-SVN: r57190
This commit is contained in:
Richard Earnshaw 2002-09-16 13:38:53 +00:00 committed by Richard Earnshaw
parent 002b4ef1b4
commit 2a4ecff3cb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-16 Richard Earnshaw <rearnsha@arm.com>
* objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
* ChangeLog: follow spelling conventions.

View File

@ -1,7 +1,7 @@
/* Check if bitfield ivars are correctly @encode'd when
the NeXT runtime is used. */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-fnext-runtime" } */
/* { dg-options "-fnext-runtime -fsigned-char" } */
/* { dg-do run } */
struct objc_object { struct objc_class *class_pointer; } *id;