This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Warn on suspicious modulus values
- From: Paolo Bonzini <bonzini at gnu dot org>
- To: Arnaud Charlet <charlet at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Robert Dewar <dewar at adacore dot com>
- Date: Mon, 13 Jul 2009 11:12:10 +0200
- Subject: Re: [Ada] Warn on suspicious modulus values
- References: <20090713081805.GA7551@adacore.com>
> 4. type c is mod 32; -- WARN
In this case, what about adding something like "If this is correct,
writing the modulus as "2**5" clause would silence this warning"?
Paolo