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

Integration tests fail when CPATH is set to $CONDA_PREFIX/include #59

Open
Shaikh-Ubaid opened this issue Jan 9, 2024 · 2 comments
Open

Comments

@Shaikh-Ubaid
Copy link
Collaborator

LCOMPILERS_ASSERT failed: /Users/ubaid/Desktop/OpenSource/lc/src/libasr/../libasr/asr.h
function down_cast(), line number 40 at 
f != nullptr

This occurs at the following

ASR::Var_t* callee_Var = ASR::down_cast<ASR::Var_t>(callee);

In the above we have callee being down_casted but the callee is passed as a nullptr.

@certik
Copy link
Contributor

certik commented Jan 9, 2024

I am unable to reproduce this one.

@certik
Copy link
Contributor

certik commented Jan 10, 2024

This issue is caused by #60.

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

No branches or pull requests

2 participants