re PR testsuite/68972 (g++.dg/cpp1y/vla-initlist1.C test case fails on powerpc64le)

gcc/testsuite/ChangeLog:

2017-02-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>

	PR target/68972
	* g++.dg/cpp1y/vla-initlist1.C: Add dg-skip-if directive to
	disable this test on power architecture.

From-SVN: r245280
This commit is contained in:
Kelvin Nilsen 2017-02-08 17:33:57 +00:00
parent 96189df366
commit fc00b9ced7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2017-02-08 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/68972
* g++.dg/cpp1y/vla-initlist1.C: Add dg-skip-if directive to
disable this test on power architecture.
2017-02-08 Richard Biener <rguenther@suse.de>
PR tree-optimization/71824

View File

@ -1,4 +1,5 @@
// { dg-do run { target c++11 } }
// { dg-skip-if "power overwrites two slots of array i" { "power*-*-*" } }
// { dg-options "-Wno-vla" }
#include <initializer_list>