forked from OSchip/llvm-project
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 llvm-svn: 284352
This commit is contained in:
parent
684d19d879
commit
e04c253a94
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue