Language
C++
Compiler
gcc 7.3.0
Options
Warnings
Boost 1.72.0
C++17(GNU)
no pedantic
Raw compiler options
-O3
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-7.3.0/include -std=gnu++17 -O3
0
Exit Code:
0
Author
anonymous
about 5 years ago
C++
gcc 7.3.0
Author
anonymous
about 5 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-7.3.0/include -std=gnu++17 -O3
In function 'void shrink(std::vector<int>&)':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
In function 'int main()':
cc1plus: warning: 'void* __builtin_memset(void*, int, long unsigned int)': specified size 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
0