Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc HEAD 10.0.1 20200314 (experimental)

Options
Warnings
Boost 1.72.0
C++11
no pedantic

Author

anonymous

about 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-head/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:7:8: warning: 'p1' is used uninitialized in this function [-Wuninitialized]
    7 |     *p1=7;
      |     ~~~^~
Signal:
Segmentation fault