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

Further gcc -Werror=array-bounds fix #678

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Commits on Sep 21, 2024

  1. Further gcc -Werror=array-bounds fix

    In test/perf/startup, gcc (Debian 14.2.0-3) seems to get confused about
    the size of the counters vector as the code was written.  Rewrite the
    code to pass the same value (`std::thread::hardware_concurrency()`, but
    in a local) to both `counters.resize()` and the `ParallelTest` ctor.
    nwf committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2ed0f92 View commit details
    Browse the repository at this point in the history