Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 2bce94da8a363b4ffbd7ba2d6a1941942f9bac04) (https://github.com/llvm-mirror/llvm.git 4fac31c8505da57bf7703e26ee061ea8aba0b139)

Options
Warnings
Boost 1.68.0
C++2a(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-head/include -std=gnu++2a
prog.cc:3:13: error: array is too large (18446744073709551615 elements)
    new int[-1ull];
            ^~~~~
1 error generated.
Exit Code:
1