mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Fix Bugzilla 24598
This commit is contained in:
parent
8d627e1b5c
commit
a3eb99191d
34 changed files with 39 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
// EXTRA_CPP_SOURCES: cpp_abi_tests.cpp
|
||||
// CXXFLAGS(linux freebsd osx netbsd dragonflybsd): -std=c++11
|
||||
// CXXFLAGS(linux freebsd osx openbsd netbsd dragonflybsd): -std=c++11
|
||||
|
||||
// N.B MSVC doesn't have a C++11 switch, but it defaults to the latest fully-supported standard
|
||||
// N.B MSVC 2013 doesn't support char16_t/char32_t
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
// PERMUTE_ARGS: -g
|
||||
// EXTRA_CPP_SOURCES: cppb.cpp
|
||||
// EXTRA_FILES: extra-files/cppb.h
|
||||
// CXXFLAGS(linux freebsd osx netbsd dragonflybsd): -std=c++11
|
||||
// CXXFLAGS(linux freebsd osx openbsd netbsd dragonflybsd): -std=c++11
|
||||
// druntime isn't linked, this prevents missing symbols '_d_arraybounds_slicep':
|
||||
// REQUIRED_ARGS: -checkaction=C
|
||||
// TRANSFORM_OUTPUT: remove_lines("warning: vsprintf\(\) is often misused")
|
||||
|
||||
// N.B MSVC doesn't have a C++11 switch, but it defaults to the latest fully-supported standard
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue