https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #10 from rsandifo at gcc dot gnu.org
---
Author: rsandifo
Date: Tue Jan 26 09:53:33 2016
New Revision: 232817
URL: https://gcc.gnu.org/viewcvs?rev=232817&root=gcc&view=rev
Log:
PR 69400: Invalid 128-bit modulus result
As described
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #9 from rsandifo at gcc dot gnu.org
---
Testing a patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
rsandifo at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #8 from rguenther at suse dot de ---
nOn Thu, 21 Jan 2016, jakub at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
>
> --- Comment #7 from Jakub Jelinek ---
> (In reply to Richard Biener from comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #7 from Jakub Jelinek ---
(In reply to Richard Biener from comment #6)
> so in int_const_binop we end up with val = {-2 }, len = 1 (that's still
I think already this is wrong, because I think val = { -2 }, len = 1 for
precision 128 i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #6 from Richard Biener ---
The dividend is val = {-1, 0}, len = 2 (bah, we need a debug_wide_int for
gdb use!)
We do
n = divisor_blocks_needed;
while (n > 1 && b_divisor[n - 1] == 0)
n--;
stripping the leading zeros and fe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #5 from Jakub Jelinek ---
Seems the bug is somewhere around wi::divmod_internal.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #4 from H.J. Lu ---
Before wide-int:
Lattice value changed to CONSTANT 18446744073709551614. Adding SSA edges to
worklist.
After wide-int:
Lattice value changed to CONSTANT 0xfffe. Adding
SSA edges to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
--- Comment #3 from H.J. Lu ---
Fix this may also fix PR 69399.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
H.J. Lu changed:
What|Removed |Added
CC||mrs at gcc dot gnu.org
--- Comment #2 from H.J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69400
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
11 matches
Mail list logo