https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355

--- Comment #3 from David Binderman <dcb314 at hotmail dot com> ---
$ 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.

Reply via email to