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

ccall tests fail on Intel compiler #18436

Closed
garrison opened this issue Sep 10, 2016 · 4 comments
Closed

ccall tests fail on Intel compiler #18436

garrison opened this issue Sep 10, 2016 · 4 comments
Labels
test This change adds or pertains to unit tests

Comments

@garrison
Copy link
Member

Pull request #18193 disabled test_huge5a and test_huge5b when compiling ccalltest.c on Intel compilers, but the ccall tests themselves still assume those symbols exist. These two lines should be disabled somehow when ccalltest was built with icc.

@garrison garrison added the test This change adds or pertains to unit tests label Sep 10, 2016
@vtjnash
Copy link
Member

vtjnash commented Sep 12, 2016

The tests need to be kept; code to build libccalltest on icc should be added. PRs welcome.

@tkelman
Copy link
Contributor

tkelman commented Sep 12, 2016

"Complex int is [a] GNU extension"

@ViralBShah
Copy link
Member

Shouldn't icc have some flags to support gnu extensions, possibly?

@ViralBShah
Copy link
Member

We aren't supporting the Intel compilers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

4 participants