Skip to content

Build script for libFuzzer uses wrong C++ version #62973

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
acidghost opened this issue May 28, 2023 · 1 comment
Open

Build script for libFuzzer uses wrong C++ version #62973

acidghost opened this issue May 28, 2023 · 1 comment

Comments

@acidghost
Copy link

The build script for libFuzzer uses C++11 but it actually needs a version >= 14 because it uses user-defined literals:

$CXX -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c &

/*TimeOfUnit=*/duration_cast<microseconds>(0s), {0}, DFT,

@acidghost
Copy link
Author

Looks like this is the same as #57980.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants