-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demangle _Z1jI1AEDTcldtfp_cvPT_EES1_ #69
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Adding one more example with likely the same cause. Symbol fails to parse:
|
The original input will demangle OK, but not the same as libiberty now:
|
This one demangles correctly now.
|
This one is OK but not quite the same as libiberty:
|
Two of them still aren't formatted 100% correctly, but they didn't parse+format at all way back when, so it is nice to have some kind of test here. cc #69
Reduced test case for the
|
Some of that formatting is probably fixed by #145 |
|
|
This is #214 now. |
The only difference I see for |
I got this from ianlancetaylor/demangle#3
But the right answer is:
or something like that -- llvm differs here and that "parm#1" seems suspicious.
The text was updated successfully, but these errors were encountered: