Fix Bugzilla 24598

This commit is contained in:
Brian Callahan 2024-06-10 09:50:12 -04:00 committed by The Dlang Bot
parent 8d627e1b5c
commit a3eb99191d
34 changed files with 39 additions and 28 deletions

View file

@ -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

View file

@ -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