[Bug sanitizer/112912] How to implement a mangle interface in c for generating cfi type id

2023-12-07 Thread mark_wang1234 at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112912 --- Comment #5 from Wang --- (In reply to Andrew Pinski from comment #4) > Again bugzilla is not the right place to ask this kind of question, gcc@ is > a better place. > > Refactoring and sharing the mangling code definitely can be done. I

[Bug sanitizer/112912] How to implement a mangle interface in c for generating cfi type id

2023-12-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112912 --- Comment #4 from Andrew Pinski --- Again bugzilla is not the right place to ask this kind of question, gcc@ is a better place. Refactoring and sharing the mangling code definitely can be done. I suspect the first step is to move away from

[Bug sanitizer/112912] How to implement a mangle interface in c for generating cfi type id

2023-12-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112912 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/112912] How to implement a mangle interface in c for generating cfi type id

2023-12-07 Thread mark_wang1234 at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112912 --- Comment #2 from Wang --- (In reply to Andrew Pinski from comment #1) > I don't get why you need to mangle anything here > > what exactly is being mangled here? The types? or something else? Sorry I didn't describe it clearly. I just