Language
C++
Compiler
clang 16.0.1
Options
Warnings
Boost 1.81.0
C++2b(GNU)
-pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.81.0-clang-16.0.1/include -std=gnu++2b -pedantic
prog.cc:11:5: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'main' [-Wframe-larger-than]
int main()
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
prog.cc:5:21: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'Foo::operator std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>() const' [-Wframe-larger-than]
template<class T> operator const T() const
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:44:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/istream:165:
/opt/wandbox/clang-16.0.1/include/c++/v1/ostream:1082:1: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ostream<char, std::__1::char_traits<char>>& std::__1::operator<<[abi:v160001]<char, std::__1::char_traits<char>, std::__1::allocator<char>>(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)' [-Wframe-larger-than]
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/ostream:221:20: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ostream<char, std::__1::char_traits<char>>::operator<<[abi:v160001](std::__1::basic_ostream<char, std::__1::char_traits<char>>& (*)(std::__1::basic_ostream<char, std::__1::char_traits<char>>&))' [-Wframe-larger-than]
basic_ostream& operator<<(basic_ostream& (*__pf)(basic_ostream&))
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/ostream:1036:1: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ostream<char, std::__1::char_traits<char>>& std::__1::endl[abi:v160001]<char, std::__1::char_traits<char>>(std::__1::basic_ostream<char, std::__1::char_traits<char>>&)' [-Wframe-larger-than]
endl(basic_ostream<_CharT, _Traits>& __os)
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/ostream:899:1: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ostream<char, std::__1::char_traits<char>>& std::__1::operator<<[abi:v160001]<std::__1::char_traits<char>>(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, char const*)' [-Wframe-larger-than]
operator<<(basic_ostream<char, _Traits>& __os, const char* __str)
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:192:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__mutex_base:20:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/system_error:154:
/opt/wandbox/clang-16.0.1/include/c++/v1/string:827:55: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::basic_string[abi:v160001]()' [-Wframe-larger-than]
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string()
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:44:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/istream:165:
/opt/wandbox/clang-16.0.1/include/c++/v1/ostream:751:1: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ostream<char, std::__1::char_traits<char>>& std::__1::__put_character_sequence[abi:v160001]<char, std::__1::char_traits<char>>(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, char const*, unsigned long)' [-Wframe-larger-than]
__put_character_sequence(basic_ostream<_CharT, _Traits>& __os,
^
62/1099511627768 (0.00%) spills, 1099511627706/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:192:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__mutex_base:20:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/system_error:154:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/string:561:
/opt/wandbox/clang-16.0.1/include/c++/v1/__string/char_traits.h:219:54: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::char_traits<char>::length(char const*)' [-Wframe-larger-than]
static inline size_t _LIBCPP_CONSTEXPR_SINCE_CXX17 length(const char_type* __s) _NOEXCEPT {
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:44:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/istream:165:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ostream:172:
/opt/wandbox/clang-16.0.1/include/c++/v1/locale:1415:1: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::ostreambuf_iterator<char, std::__1::char_traits<char>> std::__1::__pad_and_output[abi:v160001]<char, std::__1::char_traits<char>>(std::__1::ostreambuf_iterator<char, std::__1::char_traits<char>>, char const*, char const*, char const*, std::__1::ios_base&, char)' [-Wframe-larger-than]
__pad_and_output(ostreambuf_iterator<_CharT, _Traits> __s,
^
32/1099511627768 (0.00%) spills, 1099511627736/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:44:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/istream:165:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ostream:172:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/locale:202:
/opt/wandbox/clang-16.0.1/include/c++/v1/__iterator/ostreambuf_iterator.h:51:31: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::ostreambuf_iterator<char, std::__1::char_traits<char>>::ostreambuf_iterator[abi:v160001](std::__1::basic_ostream<char, std::__1::char_traits<char>>&)' [-Wframe-larger-than]
_LIBCPP_INLINE_VISIBILITY ostreambuf_iterator(ostream_type& __s) _NOEXCEPT
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
/opt/wandbox/clang-16.0.1/include/c++/v1/ios:662:15: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ios<char, std::__1::char_traits<char>>::fill[abi:v160001]() const' [-Wframe-larger-than]
char_type fill() const;
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/ios:634:36: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ios<char, std::__1::char_traits<char>>::setstate[abi:v160001](unsigned int)' [-Wframe-larger-than]
_LIBCPP_INLINE_VISIBILITY void setstate(iostate __state) {ios_base::setstate(__state);}
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:44:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/istream:165:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ostream:172:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/locale:211:
/opt/wandbox/clang-16.0.1/include/c++/v1/streambuf:231:16: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_streambuf<char, std::__1::char_traits<char>>::sputn[abi:v160001](char const*, long)' [-Wframe-larger-than]
streamsize sputn(const char_type* __s, streamsize __n)
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:192:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__mutex_base:20:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/system_error:154:
/opt/wandbox/clang-16.0.1/include/c++/v1/string:908:55: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::basic_string[abi:v160001](unsigned long, char)' [-Wframe-larger-than]
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(size_type __n, _CharT __c)
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1465:17: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::data[abi:v160001]()' [-Wframe-larger-than]
value_type* data() _NOEXCEPT {return std::__to_address(__get_pointer());}
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:191:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__memory/shared_ptr.h:27:
/opt/wandbox/clang-16.0.1/include/c++/v1/__memory/compressed_pair.h:119:12: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__rep, std::__1::allocator<char>>::__compressed_pair[abi:v160001]<std::__1::__default_init_tag, std::__1::__default_init_tag>(std::__1::__default_init_tag&&, std::__1::__default_init_tag&&)' [-Wframe-larger-than]
explicit __compressed_pair(_U1&& __t1, _U2&& __t2) : _Base1(std::forward<_U1>(__t1)), _Base2(std::forward<_U2>(__t2)) {}
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/__memory/compressed_pair.h:75:52: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>::__compressed_pair_elem[abi:v160001](std::__1::__default_init_tag)' [-Wframe-larger-than]
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__default_init_tag) {}
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:191:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__memory/shared_ptr.h:23:
/opt/wandbox/clang-16.0.1/include/c++/v1/__memory/allocator.h:102:5: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::allocator<char>::allocator[abi:v160001]()' [-Wframe-larger-than]
allocator() _NOEXCEPT = default;
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:192:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__mutex_base:20:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/system_error:154:
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1799:13: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_pointer[abi:v160001]()' [-Wframe-larger-than]
pointer __get_pointer() _NOEXCEPT
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1679:10: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__is_long[abi:v160001]() const' [-Wframe-larger-than]
bool __is_long() const _NOEXCEPT {
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1787:13: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_long_pointer[abi:v160001]()' [-Wframe-larger-than]
pointer __get_long_pointer() _NOEXCEPT
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1793:13: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_short_pointer[abi:v160001]()' [-Wframe-larger-than]
pointer __get_short_pointer() _NOEXCEPT
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:191:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__memory/shared_ptr.h:27:
/opt/wandbox/clang-16.0.1/include/c++/v1/__memory/compressed_pair.h:136:36: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__rep, std::__1::allocator<char>>::first[abi:v160001]() const' [-Wframe-larger-than]
typename _Base1::const_reference first() const _NOEXCEPT {
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/__memory/compressed_pair.h:131:30: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__rep, std::__1::allocator<char>>::first[abi:v160001]()' [-Wframe-larger-than]
typename _Base1::reference first() _NOEXCEPT {
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
/opt/wandbox/clang-16.0.1/include/c++/v1/ios:655:46: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ios<char, std::__1::char_traits<char>>::rdbuf[abi:v160001]() const' [-Wframe-larger-than]
basic_streambuf<char_type, traits_type>* rdbuf() const;
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/ios:672:15: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_ios<char, std::__1::char_traits<char>>::widen[abi:v160001](char) const' [-Wframe-larger-than]
char_type widen(char __c) const;
^
25/1099511627768 (0.00%) spills, 1099511627743/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
/opt/wandbox/clang-16.0.1/include/c++/v1/__locale:252:1: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::ctype<char> const& std::__1::use_facet[abi:v160001]<std::__1::ctype<char>>(std::__1::locale const&)' [-Wframe-larger-than]
use_facet(const locale& __l)
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/__locale:734:15: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::ctype<char>::widen[abi:v160001](char) const' [-Wframe-larger-than]
char_type widen(char __c) const
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
/opt/wandbox/clang-16.0.1/include/c++/v1/ios:557:11: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::ios_base::setstate[abi:v160001](unsigned int)' [-Wframe-larger-than]
ios_base::setstate(iostate __state)
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:191:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__memory/shared_ptr.h:31:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__memory/unique_ptr.h:17:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__functional/hash.h:28:
/opt/wandbox/clang-16.0.1/include/c++/v1/cstring:103:67: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::__constexpr_strlen[abi:v160001](char const*)' [-Wframe-larger-than]
inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 size_t __constexpr_strlen(const char* __str) {
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/iostream:43:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/ios:221:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__locale:18:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/mutex:192:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/__mutex_base:20:
In file included from /opt/wandbox/clang-16.0.1/include/c++/v1/system_error:154:
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1697:62: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__default_init[abi:v160001]()' [-Wframe-larger-than]
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __default_init() {
^
16/1099511627768 (0.00%) spills, 1099511627752/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1462:23: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::data[abi:v160001]() const' [-Wframe-larger-than]
const value_type* data() const _NOEXCEPT {return std::__to_address(__get_pointer());}
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1077:67: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::size[abi:v160001]() const' [-Wframe-larger-than]
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type size() const _NOEXCEPT
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1802:19: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_pointer[abi:v160001]() const' [-Wframe-larger-than]
const_pointer __get_pointer() const _NOEXCEPT
^
24/1099511627768 (0.00%) spills, 1099511627744/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1790:19: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_long_pointer[abi:v160001]() const' [-Wframe-larger-than]
const_pointer __get_long_pointer() const _NOEXCEPT
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1796:19: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_short_pointer[abi:v160001]() const' [-Wframe-larger-than]
const_pointer __get_short_pointer() const _NOEXCEPT
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1766:15: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_long_size[abi:v160001]() const' [-Wframe-larger-than]
size_type __get_long_size() const _NOEXCEPT
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
/opt/wandbox/clang-16.0.1/include/c++/v1/string:1757:15: warning: stack frame size (1099511627768) exceeds limit (4294967295) in 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::__get_short_size[abi:v160001]() const' [-Wframe-larger-than]
size_type __get_short_size() const _NOEXCEPT {
^
8/1099511627768 (0.00%) spills, 1099511627760/1099511627768 (100.00%) variables
39 warnings generated.
Signal:
Segmentation fault