[Bug target/50355] Comparison is always true in alpha config code
egallager at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 6 22:17:11 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|WAITING |RESOLVED
--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to David Binderman from comment #3)
> $ fgrep INTVAL /home/dcb/gcc/trunk.git/gcc/config/alpha/alpha.c | fgrep 8
> && INTVAL (XEXP (x, 1)) == -8)
> mod_f = memmodel_from_int (INTVAL (operands[8]));
> (INTVAL (x) & 0xffff) - 2 * (INTVAL (x) & 0x8000));
> (INTVAL (x) == 8 ? "b"
> fprintf (file, HOST_WIDE_INT_PRINT_DEC, INTVAL (x) / 8);
>
> So some nine years later, the code doesn't seem to exist anymore.
ok, closing as FIXED then
More information about the Gcc-bugs
mailing list