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:
parent
96189df366
commit
fc00b9ced7
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user