[Bug c++/105346] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-26 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 Tim Van Holder changed: What|Removed |Added Component|c |c++ --- Comment #4 from Tim Van Holder

[Bug c/105346] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-26 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 --- Comment #3 from Tim Van Holder --- Created attachment 52880 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52880&action=edit testcase (redacted .ii file) Right, I managed to strip out all code I'm not allowed to share. I do seem to ha

[Bug c/105346] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-26 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 --- Comment #2 from Tim Van Holder --- Sorry, missed that update. Will see what I can do. It is a fairly large grammar; there are 8300 lines between the declaration and the free(). Not sure if that is likely to matter.

[Bug c/105346] New: -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2022-04-22 Thread tim.vanholder at anubex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 Bug ID: 105346 Summary: -Wno-free-nonheap-object false positive (on Bison-generated grammar code) Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: no