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

Remove support for gcc-8 #2286

Open
cz4rs opened this issue May 17, 2024 · 0 comments · May be fixed by #2360
Open

Remove support for gcc-8 #2286

cz4rs opened this issue May 17, 2024 · 0 comments · May be fixed by #2360
Assignees

Comments

@cz4rs
Copy link
Contributor

cz4rs commented May 17, 2024

What Needs to be Done?
#2282 utilizes [[maybe_unused]] to silence a bunch of warnings, but support for that attribute is incomplete in gcc-8 (see Slack discussion).

Remove support for gcc-8 and bump compiler requirement to gcc-9 for vt:

  • remove gcc-8 build from CI
  • update documentation and wiki
  • remove workarounds from b832ffc
thearusable added a commit that referenced this issue Sep 30, 2024
@thearusable thearusable linked a pull request Sep 30, 2024 that will close this issue
thearusable added a commit that referenced this issue Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants