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

Silence -Wpsabi warning on ARM for drcachesim. #3034

Merged
merged 1 commit into from
May 29, 2018
Merged

Silence -Wpsabi warning on ARM for drcachesim. #3034

merged 1 commit into from
May 29, 2018

Conversation

fhahn
Copy link
Contributor

@fhahn fhahn commented May 29, 2018

GCC 6+ has a warning for an ABI change due to a bug introduced in GCC 5:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728.

As we are building all of drcachesim and not linking to other C++ code, we
can just ignore it.

GCC 6+ has a warning for an ABI change due to a bug introduced in GCC 5:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728.

As we are building all of drcachesim and not linking to other C++ code, we
can just ignore it.

Change-Id: I8f4b43bf7dc8a985022a64075667befd1f250aba
@fhahn fhahn requested a review from derekbruening May 29, 2018 10:32
@fhahn
Copy link
Contributor Author

fhahn commented May 29, 2018

http://dynamorio.org/CDash/viewBuildError.php?type=1&buildid=35928 shows a lot of instances of this warning.

@fhahn fhahn merged commit 002ca8e into master May 29, 2018
@fhahn fhahn deleted the ixxx-wpsabi branch May 29, 2018 16:24
fhahn added a commit that referenced this pull request Jun 18, 2018
GCC 6+ has a warning for an ABI change due to a bug introduced in GCC 5:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728.

As we are building all of drcachesim and not linking to other C++ code, we
can just ignore it.
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.

2 participants