[Bug target/50355] Comparison is always true in alpha config code

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355 Eric Gallager changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug target/50355] Comparison is always true in alpha config code

2020-11-06 Thread dcb314 at hotmail dot com via Gcc-bugs
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 *

[Bug target/50355] Comparison is always true in alpha config code

2020-11-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
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

[Bug target/50355] Comparison is always true in alpha config code

2019-09-27 Thread egallager at gcc dot gnu.org
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...