This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Add checks for tree.value, tree.minval, and tree.maxval and others
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: jsm at polyomino dot org dot uk
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 1 Jul 04 12:25:58 EDT
- Subject: Re: Add checks for tree.value, tree.minval, and tree.maxval and others
Is there some reason this patch changed || to &&? It looks like a
typo to me; the logic just above for TYPE_MAX_VALUE stayed as ||.
(This has shown up as a problem with the bit-field patch,
restricted-width bit-field types not getting hashed properly.)
Looks like a typo to me too. Thanks for catching it!