From: Reid Kleckner Date: Mon, 28 Mar 2016 20:13:55 +0000 (+0000) Subject: Paper over the Windows-only enum initialization test failure until the bug is fixed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37bbc60dcc8ac96aec984be96d16295b3716d8ec;p=clang Paper over the Windows-only enum initialization test failure until the bug is fixed git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264642 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp b/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp index a02b7de42a..f381ed708f 100644 --- a/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp +++ b/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp @@ -1,6 +1,7 @@ // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s // RUN: %clang_cc1 -std=c++14 -fsyntax-only -verify %s -// RUN: %clang_cc1 -std=c++1z -fsyntax-only -verify %s +// FIXME: Remove the triple when PR27098 is fixed. +// RUN: %clang_cc1 -std=c++1z -fsyntax-only -verify %s -triple %itanium_abi_triple namespace std { typedef decltype(sizeof(int)) size_t;