Re: [switch conv] Bootsrap error because of the (CERT) pointer wraparound warning

2008-04-30 Thread Martin Jambor
On Mon, Apr 28, 2008 at 05:59:54PM -0700, Ian Lance Taylor wrote: > > The warnings I added for the CERT advisory say "assuming pointer > wraparound does not occur" You are running into one of the older > signed overflow warnings. > Oh, sorry for that oversight. It has started happening (wh

Re: [switch conv] Bootsrap error because of the (CERT) pointer wraparound warning

2008-04-28 Thread Ian Lance Taylor
Martin Jambor <[EMAIL PROTECTED]> writes: > I've been rebootstrapping my switch conversion patch (which is still > waiting for review) to make sure it still works. Unfortunately, it > did not. The error given was the following and I believe this is the > warning introduced by Ian as a resp