Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Optimization
Boost 1.78.0
C++11
-pedantic
Raw compiler options
-fno-elide-constructors

Author

anonymous

about 4 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.78.0-gcc-11.1.0/include -std=c++11 -pedantic -fno-elide-constructors
prog.cc: In function 'int main()':
prog.cc:43:13: warning: 's' is used uninitialized [-Wuninitialized]
   43 |     s->size = 8;
      |     ~~~~~~~~^~~
Signal:
Segmentation fault