https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355
Eric Gallager changed:
What|Removed |Added
Resolution|--- |FIXED
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355
--- Comment #3 from David Binderman ---
$ 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) & 0x) - 2 *
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
Ever co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355
--- Comment #1 from Eric Gallager ---
I can't seem to find the code in question in the source file any longer...