* objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
From-SVN: r57190
This commit is contained in:
parent
002b4ef1b4
commit
2a4ecff3cb
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user