[libc-commits] [libc] [libc] Added missing operator delete generated by gcc/clang (PR #67457)

Mikhail R. Gadelha via libc-commits libc-commits at lists.llvm.org
Mon Oct 2 12:51:12 PDT 2023


mikhailramalho wrote:

I also just noticed a new warning by GCC 13:
```
libc/test/UnitTest/HermeticTestUtils.cpp:107:6: warning: the program should also define ‘void operator delete(void*, long unsigned int)’ [-Wsized-deallocation]
  107 | void operator delete(void *) {
      |      ^~~~~~~~
```

https://github.com/llvm/llvm-project/pull/67457


More information about the libc-commits mailing list