From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle McMartin Subject: Re: [bug] gcc-4.[23] miscompiling causing networking to bugger up Date: Wed, 28 May 2008 16:00:35 -0400 Message-ID: <20080528200035.GB30501@phobos.i.cabal.ca> References: <20080528190946.GA30501@phobos.i.cabal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-parisc@vger.kernel.org To: Kyle McMartin Return-path: In-Reply-To: <20080528190946.GA30501@phobos.i.cabal.ca> List-ID: List-Id: linux-parisc.vger.kernel.org On Wed, May 28, 2008 at 03:09:46PM -0400, Kyle McMartin wrote: > So I've narrowed the regression down to a miscompilation (presumably) of > net/ipv4/ip_output.o, in the sense that > > cp linux-2.6-gcc34/net/ipv4/ip_output.o > linux-2.6-gcc43/net/ipv4/ip_output.o > touch linux-2.6-gcc43/net/ipv4/ip_output.o > make vmlinux > > fixes the issue. > Apparently I was on glue and gcc-4.2 is not problematic.