| To: | Kurt Schwemmer <kurts@vitesse.com> |
|---|---|
| Subject: | Re: Build errors |
| From: | "Maciej W. Rozycki" <macro@linux-mips.org> |
| Date: | Mon, 23 Jan 2006 16:10:21 +0000 (GMT) |
| Cc: | Nigel Stephens <nigel@mips.com>, Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org, sde@mips.com |
| In-reply-to: | <1138031829.6572.2.camel@lx-kurts> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1137793865.15788.26.camel@lx-kurts> <20060122030341.GB11131@linux-mips.org> <43D4F1E0.1050602@mips.com> <1138031829.6572.2.camel@lx-kurts> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 23 Jan 2006, Kurt Schwemmer wrote: > Great! It builds now, albeit with warnings: > > arch/mips/lib/uncached.c: In function `run_uncached': > arch/mips/lib/uncached.c:47: warning: comparison is always true due to > limited range of data type > > Is that normal? That's a bogus warning resulting from unability (despite all the casts) to tell GCC that expression is really meant and known to be always true. I think it's actually been discussed at the GCC list already; if the warning doesn't disappear with 4.1 or so, then it's worth filing a bug report at gcc.org. Otherwise it's safe to be ignored -- the code produced is correct. Maciej |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Build errors, Nigel Stephens |
|---|---|
| Next by Date: | Re: Fixes for uaccess.h with gcc >= 4.0.1, Thiemo Seufer |
| Previous by Thread: | Re: Build errors, Nigel Stephens |
| Next by Thread: | DECstation compile fails: opcode not supported (eret), Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |