Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

C

Compiler

gcc 4.4.7

Options
Warnings
Optimization
Compiler Default

Author

anonymous

about 7 years ago

$ gcc prog.c -Wall -W -O2 -march=native
prog.c: In function 'main':
prog.c:29: warning: control reaches end of non-void function
prog.c:18: warning: dereferencing pointer 'b' does break strict-aliasing rules
prog.c:16: warning: dereferencing pointer 'b' does break strict-aliasing rules
prog.c:27: note: initialized from here
0x0
0x1234
Exit Code:
7