https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
--- Comment #4 from Cheng Wen ---
Created attachment 44717
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44717&action=edit
POC2
I have the new POC to add.
Please use the “c++filt < $POC ” to reproduce the bug.
Please check it and debug it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
--- Comment #3 from Cheng Wen ---
Created attachment 44716
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44716&action=edit
POC1
I have the new POC to add.
Please use the “c++filt < $POC ” to reproduce the bug.
Please check it and debug it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
--- Comment #2 from Cheng Wen ---
(In reply to Martin Liška from comment #1)
> Is the input a valid C++ mangled name of not?
Hi,
This input is obtained through fuzzing technology. Our fuzzer get some test
cases by mutating a valid input. This ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87333
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #1