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

Fix for inlining in C11 mode #319

Merged
merged 1 commit into from Jan 24, 2016
Merged

Fix for inlining in C11 mode #319

merged 1 commit into from Jan 24, 2016

Conversation

ghost
Copy link

@ghost ghost commented Jan 24, 2016

This is intended to fix #316. I tested that it builds on Fedora 23 64-bit and also on Lubuntu 15.10 32-bit where it fails elsewhere in UArray_math.c (the master branch is also affected.) I will try and fix that too. However this patch needs to be tested on the BSDs, and also on Linux with a GCC 4.x compiler which has the 'old' inline behaviour. I don't have access to any of those systems here. Hope this helps.

@ghost ghost mentioned this pull request Jan 24, 2016
stevedekorte added a commit that referenced this pull request Jan 24, 2016
@stevedekorte stevedekorte merged commit e64ff9e into IoLanguage:master Jan 24, 2016
SomeoneSerge pushed a commit to SomeoneSerge/arch-community-packages that referenced this pull request Sep 4, 2016
Applied patch for fixing the inlining of code to work in GCC5 with C11.
<IoLanguage/io#319>

Applied patch to require SSE2, to fix building on i686.
<IoLanguage/io#321>

git-svn-id: file:///srv/repos/svn-community/svn@160033 9fca08f4-af9d-4005-b8df-a31f2cc04f65
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

Successfully merging this pull request may close these issues.

Build failure on Fedora 23+
2 participants