Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc HEAD 10.0.1 20200116 (experimental)

Options
Warnings
Boost 1.72.0
C++2a(GNU)
no pedantic

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-head/include -std=gnu++2a
prog.cc: In function 'int main()':
prog.cc:3:25: warning: integer overflow in expression of type 'int' results in '-1418089035' [-Woverflow]
    3 |   std::cout << 4461*4461*4461 << '\n';
      |                ~~~~~~~~~^~~~~
-1418089035
Exit Code:
0