Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C

Compiler

gcc 9.1.0

Options
Warnings
Optimization
C11
-pedantic

Author

anonymous

about 6 years ago

$ gcc prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic
prog.c:9:1: error: static assertion failed: "LONG_BIT is 64 but must be 8 * 4."
    9 | _Static_assert(LONG_BIT == 8 * SIZEOF_LONG,
      | ^~~~~~~~~~~~~~
Exit Code:
1