Commit 03901b88 by Janis Johnson Committed by Janis Johnson

re PR objc++/31032 (expected tree that contains 'decl with RTL' structure, have…

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
parent 8ce9fd5d
2008-12-12 Janis Johnson <janis187@us.ibm.com> 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. * gcc.dg/pr35442.c: Ignore a possible warning.
2008-12-12 Zdenek Dvorak <ook@ucw.cz> 2008-12-12 Zdenek Dvorak <ook@ucw.cz>
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
superclasses should be removed). */ superclasses should be removed). */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */ /* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-xfail-if "PR31032" { *-*-* } { "*" } { "" } } */
/* { dg-prune-output ".*internal compiler error.*" } */
/* { dg-options "-Wpadded -Wabi" } */ /* { dg-options "-Wpadded -Wabi" } */
/* Leave blank lines here to keep warnings on the same lines. */
#include <objc/objc.h> #include <objc/objc.h>
#include <objc/Object.h> #include <objc/Object.h>
#include <stdlib.h> #include <stdlib.h>
......
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