Skip to content

Add fixes for building with GCC 15 #830

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbermond
Copy link

For using fixed width integer types, the <cstdint> C++ header needs to be explicitly included with GCC 15 due to changes in libstdc++.

For details, see the documentation about porting to GCC 15.

For using fixed width integer types[1], the `<cstdint>` C++ header
needs to be explicitly included with GCC 15 due to changes[2] in
libstdc++.

For details, see the documentation[3] about porting to GCC 15.

[1] https://en.cppreference.com/w/cpp/header/cstdint
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2
[3] https://gcc.gnu.org/gcc-15/porting_to.html#cxx
@JablonskiMateusz
Copy link
Contributor

Hi @dbermond

Thanks for contribution!
Please correct commit msg format according to https://github.com/intel/compute-runtime/blob/master/CONTRIBUTING.md#commit-message-format

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