Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

11 months ago

Language

C++

Compiler

gcc HEAD 15.0.0 20240611 (experimental)

Options
Warnings
Don't Use Boost
C++2b
-pedantic
Raw compiler options
-fno-exceptions

Author

anonymous

11 months ago

$ g++ prog.cc -Wall -Wextra -std=c++2b -pedantic -fno-exceptions
prog.cc: In function 'int main()':
prog.cc:3:11: warning: unused variable 'c' [-Wunused-variable]
    3 |     char* c = new char[4000000000U];
      |           ^
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Signal:
Aborted