All archived test results for ARM for 4.7.0 and 4.6.1 with g++ results include:
XPASS: g++.dg/other/packed1.C execution test This patch removes arm-*-* from the xfail list for this test. OK for trunk and 4.6?
2011-05-24 Janis Johnson <jani...@codesourcery.com> * g++.dg/other/packed1.C: Remove arm from xfail list. Index: g++.dg/other/packed1.C =================================================================== --- g++.dg/other/packed1.C (revision 174094) +++ g++.dg/other/packed1.C (working copy) @@ -1,4 +1,4 @@ -// { dg-do run { xfail arm*-*-* sh-*-* lm32-*-* } } +// { dg-do run { xfail sh-*-* lm32-*-* } } // NMS:2003-04-21 this fails on strict aligned architectures again, // the patch was reverted because it broke something more important.