[Bug c++/99845] gcc8: Overloaded operator new[](size_t, const std::nothrow_t&) is seg faulting when the allocation fails

2021-04-06 Thread keith.halligan at microfocus dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99845 Keith Halligan changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug c++/99845] New: gcc8: Overloaded operator new[](size_t, const std::nothrow_t&) is seg faulting when the allocation fails

2021-03-31 Thread keith.halligan at microfocus dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99845 Bug ID: 99845 Summary: gcc8: Overloaded operator new[](size_t, const std::nothrow_t&) is seg faulting when the allocation fails Product: gcc Version: 8.3.1

[Bug tree-optimization/99074] gcc 8 and above is crashing with dynamic_cast<>() on null pointer with optimization level -O1 and above

2021-02-24 Thread keith.halligan at microfocus dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99074 --- Comment #5 from Keith Halligan --- Thanks Martin, I appreciate your work on this. - Keith

[Bug tree-optimization/99074] New: gcc 8 and above is crashing with dynamic_cast<>() on null pointer with optimization level -O1 and above

2021-02-11 Thread keith.halligan at microfocus dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99074 Bug ID: 99074 Summary: gcc 8 and above is crashing with dynamic_cast<>() on null pointer with optimization level -O1 and above Product: gcc Version: 8.3.1 Status: UNCONFI