Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.1 20210327 (experimental)

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
-Werror=vla

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a -Werror=vla
prog.cc: In function 'int main()':
prog.cc:6:9: error: variable length array 'a' is used [-Werror=vla]
    6 |     int a[size]{};
      |         ^
cc1plus: some warnings being treated as errors
Exit Code:
1