]> granicus.if.org Git - clang/commitdiff
clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Oct 2016 23:00:18 +0000 (23:00 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Oct 2016 23:00:18 +0000 (23:00 +0000)
  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

test/CXX/conv/conv.fctptr/p1.cpp

index 810c7f5e803138912cc8ee3ada57862ab6507c86..6383a025e4930075f6b764918e05c5f8ea9ec8a5 100644 (file)
@@ -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;