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
+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
// { dg-do run { target c++11 } }
+// { dg-skip-if "power overwrites two slots of array i" { "power*-*-*" } }
// { dg-options "-Wno-vla" }
#include <initializer_list>