std::bad_alloc not supported
ID0002342: This issue was created automatically from Mantis Issue 2342. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0002342 | Frama-C | Plug-in > clang | public | 2018-01-18 | 2018-01-18 |
Reporter | jens | Assigned To | virgile | Resolution | open |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | linux | OS | - | OS Version | - |
Product Version | - | Target Version | - | Fixed in Version | - |
Description :
Attached is a simple C++ (03) program that checks whether 'new' has thrown an exception. I am not yet sure whether this is due to general lack of exceptions or just a library issue. I report just for completeness.
Steps To Reproduce :
Call 'frama-c -val new_bad_alloc.cpp'