Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Remove gcc-9 as expected failure from broken_constant_eval.pass.cpp #41

Closed
wmaxey opened this issue Oct 7, 2020 · 0 comments · Fixed by #42
Closed

Remove gcc-9 as expected failure from broken_constant_eval.pass.cpp #41

wmaxey opened this issue Oct 7, 2020 · 0 comments · Fixed by #42

Comments

@wmaxey
Copy link
Member

wmaxey commented Oct 7, 2020

gcc-9/10 non-constant pass/fail

  • pass - gcc-8.4.0
  • pass - gcc-8.4.1
  • untested - gcc-9.0.0
  • pass - gcc-9.1.0
  • pass - gcc-9.3.1
  • pass - gcc-10.0.0
  • fail - gcc-10.1.0
  • fail - gcc-10.2.0

This broke tests covering gcc-9, and will break tests with gcc-10.0.
This seems consistent with different versions of NVCC.

#21 is root cause.

wmaxey added a commit that referenced this issue Oct 7, 2020
This can fix #41
However, I don't know if there is a way to more specifically target a minor gcc version.
@wmaxey wmaxey closed this as completed in #42 Oct 7, 2020
wmaxey added a commit that referenced this issue Oct 7, 2020
This can fix #41
However, I don't know if there is a way to more specifically target a minor gcc version.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant