Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc 7.3.0

Options
Warnings
Boost 1.70.0
C++11
no pedantic

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-7.3.0/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:32:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 0; i < THREAD_CNT; ++i)
                     ~~^~~~~~~~~~~~
0
function base_ptr: 0x7f4b56fe3000, src_ptr: 0x7f4b5879e010, size: 6220800
function base_ptr: 0x7f4b57bc0800, src_ptr: 0x7f4b5879e010, size: 6220800
function base_ptr: 0x7f4b575d1c00, src_ptr: 0x7f4b5879e010, size: 6220800
function base_ptr: 0x7f4b581af400, src_ptr: 0x7f4b5879e010, size: 6220800
Exit Code:
0