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

Disable __builtin_constant_p when compiling with nvcc #2027

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

pazner
Copy link
Contributor

@pazner pazner commented Sep 17, 2020

Description

Disable __builtin_constant_p when compiling with nvcc, which could cause the compiler to crash as described in #2005.

GitHub Issues

Fixes #2005.

@codecov
Copy link

codecov bot commented Sep 17, 2020

Codecov Report

Merging #2027 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2027   +/-   ##
=======================================
  Coverage   88.75%   88.75%           
=======================================
  Files         138      138           
  Lines        5651     5651           
=======================================
  Hits         5015     5015           
  Misses        636      636           

@horenmar
Copy link
Member

Thanks, looks good.

@horenmar horenmar merged commit 00db4fb into catchorg:master Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nvcc crashes when compiling some simple tests
2 participants