re PR objc++/31032 (expected tree that contains 'decl with RTL' structure, have 'field_decl' in assemble_external_real, at varasm.c:2225)

PR objc++/31032
	* obj-c++.dg/bitfield-1.mm: Remove XFAIL for ICE.

From-SVN: r142723
This commit is contained in:
Janis Johnson 2008-12-12 22:14:39 +00:00 committed by Janis Johnson
parent 8ce9fd5d70
commit 03901b8852
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2008-12-12 Janis Johnson <janis187@us.ibm.com>
PR objc++/31032
* obj-c++.dg/bitfield-1.mm: Remove XFAIL for ICE.
* gcc.dg/pr35442.c: Ignore a possible warning.
2008-12-12 Zdenek Dvorak <ook@ucw.cz>

View File

@ -5,10 +5,10 @@
superclasses should be removed). */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do run } */
/* { dg-xfail-if "PR31032" { *-*-* } { "*" } { "" } } */
/* { dg-prune-output ".*internal compiler error.*" } */
/* { dg-options "-Wpadded -Wabi" } */
/* Leave blank lines here to keep warnings on the same lines. */
#include <objc/objc.h>
#include <objc/Object.h>
#include <stdlib.h>