[pypy-dev] gcc warnings / errors in translation
Maciej Fijalkowski
fijall at gmail.com
Mon Feb 11 09:43:49 CET 2013
This: warning: array subscript is above array bounds [-Warray-bounds]
Sounds like it's never correct. Should we pass -Wno-array-bounds?
On Mon, Feb 11, 2013 at 10:39 AM, Armin Rigo <arigo at tunes.org> wrote:
> Hi Matti,
>
> On Mon, Feb 11, 2013 at 6:16 AM, Matti Picus <matti.picus at gmail.com> wrote:
>> http://buildbot.pypy.org/builders/jit-benchmark-linux-x86-64/builds/581/steps/translate/logs/stdio
>
> Ah well, just Yet Another Intel assembler operation that asmgcc
> doesn't know about. The fix is trivial (done).
>
> It doesn't mean that looking at warnings is not a good idea; it should
> be done at some point too.
>
>
> A bientôt,
>
> Armin.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
More information about the pypy-dev
mailing list