Commit 2a4ecff3 by Richard Earnshaw Committed by Richard Earnshaw

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

From-SVN: r57190
parent 002b4ef1
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> 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
* ChangeLog: follow spelling conventions. * ChangeLog: follow spelling conventions.
......
/* Check if bitfield ivars are correctly @encode'd when /* Check if bitfield ivars are correctly @encode'd when
the NeXT runtime is used. */ the NeXT runtime is used. */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */ /* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-fnext-runtime" } */ /* { dg-options "-fnext-runtime -fsigned-char" } */
/* { dg-do run } */ /* { dg-do run } */
struct objc_object { struct objc_class *class_pointer; } *id; struct objc_object { struct objc_class *class_pointer; } *id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment