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

ivtools: abs() compile error with gcc 6 #5

Closed
AdrianBunk opened this issue Sep 20, 2016 · 3 comments
Closed

ivtools: abs() compile error with gcc 6 #5

AdrianBunk opened this issue Sep 20, 2016 · 3 comments

Comments

@AdrianBunk
Copy link

http://bugs.debian.org/835747

Source used in Debian: https://sources.debian.net/src/ivtools/1.2.11a1-7/

Relevant gcc change: http://gcc.gnu.org/gcc-6/porting_to.html

It seems you were wrongly expecting to get a signed result from the subtraction.

@barak
Copy link
Collaborator

barak commented Sep 20, 2016

there are also some zero-comparison errors, i'm going through scrubbing them now should a fix pushed and a pull request generated in reasonably short order

@barak
Copy link
Collaborator

barak commented Sep 21, 2016

Fixed on in my fork, barak/tweaks or barak/tweaks1 which is the same but rebased for ease of examination. See in particular 9741bca 5dd153e or b56be32 23a358d which are already uploaded to Debian to close 835747.

@vectaport
Copy link
Owner

Verified these changes have propagated upstream.

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

3 participants