Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc 9.1.0

Options
Warnings
Boost 1.70.0
C++2a(GNU)
-pedantic-errors

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-9.1.0/include -std=gnu++2a -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:9:9: error: ISO C++ forbids variable length array 'arr' [-Wvla]
    9 |     int arr[n];
      |         ^~~
Exit Code:
1