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

CONFIG/TEST: Fix compilation on gcc11 - v1.10.x #6263

Conversation

yosefe
Copy link
Contributor

@yosefe yosefe commented Feb 3, 2021

Why

Fixing gcc11 compilation issues for v1.10 release
backported from #6258

- Check if linker also supports -diag-error NNNN flag, since passing
  such flag to the gcc in compile mode just produces sime warnings but
  does not cause it to fail. On other hand, the GNU linker does fail
  when passed such (unsupported) flag.
- Make pgtable comparator a const function
@yosefe yosefe changed the title CONFIG/TEST: Fix compilation on gcc11 CONFIG/TEST: Fix compilation on gcc11 - v1.10.x Feb 3, 2021
@yosefe yosefe merged commit 4b765ec into openucx:v1.10.x Feb 3, 2021
@yosefe yosefe deleted the topic/config-test-fix-compilation-on-gcc11-v1.10.x branch February 3, 2021 20:43
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