Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C

Compiler

gcc HEAD 9.0.0 20180910 (experimental)

Options
Warnings
Optimization
C11(GNU)
no pedantic

$ gcc prog.c -Wall -Wextra -O2 -march=native -std=gnu11
prog.c: In function 'main':
prog.c:131:1: warning: label 'STTSSSSTSTTSSTSSSTTSSTSS' defined but not used [-Wunused-label]
131 | STTSSSSTSTTSSTSSSTTSSTSS:
    | ^~~~~~~~~~~~~~~~~~~~~~~~
Hello, world of spaces!
Exit Code:
0