Commit 466effe0 by William Schmidt

pr70098.C: Remove XFAIL for powerpc64_no_dm.

2016-07-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* g++.dg/pr70098.C: Remove XFAIL for powerpc64_no_dm.
	* gcc.target/powerpc/pr71763.c: Likewise.

From-SVN: r238891
parent 638fc14f
2016-07-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* g++.dg/pr70098.C: Remove XFAIL for powerpc64_no_dm.
* gcc.target/powerpc/pr71763.c: Likewise.
2016-07-29 Marek Polacek <polacek@redhat.com>
PR c/71742
......@@ -538,6 +543,7 @@
* g++.dg/cpp0x/nullptr35.C (caught): Fix typo.
>>>>>>> .r238890
2016-07-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Marco Restelli <mrestelli@gmail.com>
......
......@@ -2,8 +2,6 @@
// { dg-do compile }
// { dg-options -O2 }
// { dg-require-effective-target c++11 }
// { dg-xfail-if "PR70098" { lp64 && powerpc64_no_dm } }
// { dg-prune-output ".*internal compiler error.*" }
template < typename > struct traits;
template < typename, int _Rows, int _Cols, int = 0, int = _Rows,
......
// PR target/71763
// { dg-do compile }
// { dg-options "-O1 -mvsx" }
// { dg-xfail-if "PR70098" { lp64 && powerpc64_no_dm } }
// { dg-prune-output ".*internal compiler error.*" }
int a, b;
float c;
......
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