Skip to content
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

Convert PRIx64 -> std::to_string #627

Merged
merged 1 commit into from Aug 8, 2019
Merged

Convert PRIx64 -> std::to_string #627

merged 1 commit into from Aug 8, 2019

Conversation

hainest
Copy link
Contributor

@hainest hainest commented Aug 7, 2019

This is a fix for #626 as the PRIx64 macros don't work on PPC before Power9.

This isn't available with gcc before Power9.
@hainest
Copy link
Contributor Author

hainest commented Aug 7, 2019

@mwkrentel
Copy link
Contributor

Ok, I tested your string_format_fix branch on power8 with gcc 4.8.5
and it builds cleanly. This is the same machine (but later compiler)
that threw the alarm.

So, I approve.

I'll look forward to my cron job passing in the near future. :-)
Thanks!

@hainest hainest merged commit 7e6b768 into dyninst:master Aug 8, 2019
@hainest hainest deleted the string_format_fix branch September 7, 2019 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants