packed1.C: Remove SH from xfail list.

* g++.dg/other/packed1.C: Remove SH from xfail list.

From-SVN: r189192
This commit is contained in:
Oleg Endo 2012-07-03 07:15:08 +00:00
parent e0e1b35743
commit 05437ab595
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-07-03 Oleg Endo <olegendo@gcc.gnu.org>
* g++.dg/other/packed1.C: Remove SH from xfail list.
2012-07-02 Jason Merrill <jason@redhat.com>
PR c++/53619
@ -13,7 +17,7 @@
PR c++/53816
* g++.dg/template/ref6.C: New.
2012-07-03 Oleg Endo <olegendo@gcc.gnu.org>
2012-07-02 Oleg Endo <olegendo@gcc.gnu.org>
PR target/53568
* gcc.target/sh/pr53568-1.c: New.

View File

@ -1,4 +1,4 @@
// { dg-do run { xfail sh-*-* lm32-*-* } }
// { dg-do run { xfail lm32-*-* } }
// NMS:2003-04-21 this fails on strict aligned architectures again,
// the patch was reverted because it broke something more important.