optabs.c (prepare_cmp_insn): If unbaised and unsigned then bias the comparison routin...
authorCarlos O'Donell <carlos@codesourcery.com>
Mon, 30 Jan 2006 19:58:57 +0000 (19:58 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Mon, 30 Jan 2006 19:58:57 +0000 (19:58 +0000)
commitf34312c23cde2f7cb65ad7e7a7e996278d4d1566
tree871296de6da055e93d32b7275c42ab6acba8cf73
parentb39f98f94d48be5ff106436b5ddc289e77e9d7e5
optabs.c (prepare_cmp_insn): If unbaised and unsigned then bias the comparison routine return.

gcc/

2006-01-30  Carlos O'Donell  <carlos@codesourcery.com>

* optabs.c (prepare_cmp_insn): If unbaised and unsigned then bias
the comparison routine return.

gcc/testsuite/

2006-01-30  Carlos O'Donell  <carlos@codesourcery.com>

* gcc.dg/unsigned-long-compare.c: New test.

From-SVN: r110409
gcc/ChangeLog
gcc/optabs.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/unsigned-long-compare.c [new file with mode: 0644]