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

Errors interpreting ldiv values #413

Closed
iloveeclipse opened this issue Sep 28, 2017 · 0 comments · Fixed by #414
Closed

Errors interpreting ldiv values #413

iloveeclipse opened this issue Sep 28, 2017 · 0 comments · Fixed by #414
Assignees

Comments

@iloveeclipse
Copy link
Member

iloveeclipse commented Sep 28, 2017

Revealed by logging added via #392. The code below produces analysis error Exception processing 'pushByLongMath' with opcode 109, lhs < J, 1 > and rhs < J, 0, cbz > :

package ghIssues;
public class Issue413 {
	public long error_in_ldiv() {
		return 1L / (1L / 2);
	}
}
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 a pull request may close this issue.

1 participant