[Bug analyzer/110433] ASAN reports mismatching new/delete when compiling analyzer testcases

2023-07-22 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110433 --- Comment #5 from Martin Jambor --- Indeed, the error is no longer reported. Thanks.

[Bug analyzer/110433] ASAN reports mismatching new/delete when compiling analyzer testcases

2023-07-20 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110433 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug analyzer/110433] ASAN reports mismatching new/delete when compiling analyzer testcases

2023-07-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110433 --- Comment #3 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:7006f02bbc3f1d0b7ed7fe2122abc0896aa848d2 commit r14-2689-g7006f02bbc3f1d0b7ed7fe2122abc0896aa848d2 Author: David Malcolm Date:

[Bug analyzer/110433] ASAN reports mismatching new/delete when compiling analyzer testcases

2023-06-28 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110433 --- Comment #2 from Martin Jambor --- Here is the promised longer trace (from compiling testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c): = ==58010==ERROR:

[Bug analyzer/110433] ASAN reports mismatching new/delete when compiling analyzer testcases

2023-06-27 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110433 --- Comment #1 from David Malcolm --- I haven't reproduced this yet, but I notice that I forgot to give class spatial_item a virtual dtor, which looking at the backtrace may be the root cause.