mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
638fc14f07
commit
466effe027
|
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2016-07-29 Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
PR c/71742
|
PR c/71742
|
||||||
|
|
@ -538,6 +543,7 @@
|
||||||
|
|
||||||
* g++.dg/cpp0x/nullptr35.C (caught): Fix typo.
|
* g++.dg/cpp0x/nullptr35.C (caught): Fix typo.
|
||||||
|
|
||||||
|
>>>>>>> .r238890
|
||||||
2016-07-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
2016-07-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||||
Marco Restelli <mrestelli@gmail.com>
|
Marco Restelli <mrestelli@gmail.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
// { dg-options -O2 }
|
// { dg-options -O2 }
|
||||||
// { dg-require-effective-target c++11 }
|
// { 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 > struct traits;
|
||||||
template < typename, int _Rows, int _Cols, int = 0, int = _Rows,
|
template < typename, int _Rows, int _Cols, int = 0, int = _Rows,
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
// PR target/71763
|
// PR target/71763
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
// { dg-options "-O1 -mvsx" }
|
// { dg-options "-O1 -mvsx" }
|
||||||
// { dg-xfail-if "PR70098" { lp64 && powerpc64_no_dm } }
|
|
||||||
// { dg-prune-output ".*internal compiler error.*" }
|
|
||||||
|
|
||||||
int a, b;
|
int a, b;
|
||||||
float c;
|
float c;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue