From: NAKAMURA Takumi Date: Sun, 16 Oct 2016 23:00:18 +0000 (+0000) Subject: clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea85b7d530b11785eb724fd899dfaa17bbe16895;p=clang clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32. error: 'error' diagnostics seen but not expected: File clang\test\CXX\conv\conv.fctptr\p1.cpp Line 16: assigning to 'void (S::*)() __attribute__((thiscall)) noexcept' from incompatible type 'void (S::*)() __attribute__((thiscall))': different exception specifications git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/conv/conv.fctptr/p1.cpp b/test/CXX/conv/conv.fctptr/p1.cpp index 810c7f5e80..6383a025e4 100644 --- a/test/CXX/conv/conv.fctptr/p1.cpp +++ b/test/CXX/conv/conv.fctptr/p1.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1z -verify %s +// RUN: %clang_cc1 -std=c++1z -verify %s -triple x86_64-unknown-unknown struct S;