Skip to content

Conversation

@eaibmz
Copy link
Contributor

@eaibmz eaibmz commented May 26, 2025

The new C23 embed built-in defines cause build errors in executor with GCC 15.

:3:9: error: ‘STDC_EMBED_NOT_FOUND’ redefined [-Werror]
: note: this is the location of the previous definition
:4:9: error: ‘STDC_EMBED_FOUND’ redefined [-Werror]
: note: this is the location of the previous definition
:5:9: error: ‘STDC_EMBED_EMPTY’ redefined [-Werror]
: note: this is the location of the previous definition


Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md


@google-cla
Copy link

google-cla bot commented May 26, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@eaibmz eaibmz force-pushed the s390x-upstream-fixes branch from 11c96a9 to 5b880c9 Compare May 26, 2025 12:07
The new C23 embed built-in defines cause build errors in executor with
GCC 15.

<stdin>:3:9: error: ‘__STDC_EMBED_NOT_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:4:9: error: ‘__STDC_EMBED_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:5:9: error: ‘__STDC_EMBED_EMPTY__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition

Signed-off-by: Alexander Egorenkov <eaibmz@gmail.com>
@eaibmz eaibmz force-pushed the s390x-upstream-fixes branch from 5b880c9 to 919afcb Compare May 26, 2025 12:19
@a-nogikh a-nogikh added this pull request to the merge queue Jun 10, 2025
Merged via the queue into google:master with commit 5d7e17c Jun 10, 2025
17 checks passed
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