From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 20:40:15 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D39A516A419; Wed, 7 Nov 2007 20:40:15 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 9774B13C480; Wed, 7 Nov 2007 20:40:15 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-41-210.dynamic.qsc.de [212.202.41.210]) by mx02.qsc.de (Postfix) with ESMTP id 1816016C05EB; Wed, 7 Nov 2007 21:40:07 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Wed, 7 Nov 2007 20:40:04 -0000 (UTC) Message-ID: <52008.192.168.1.2.1194468004.squirrel@webmail.alpha-tierchen.de> Date: Wed, 7 Nov 2007 20:40:04 -0000 (UTC) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "Olivier" User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: arm@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 20:40:16 -0000 I can confirm that this is a weird compiler bug. It seems like that the error occurs if the code exceeds a specific size. There are several compiler options that you can use to work around the bug, e.g. -fno-cse-follow-jumps or -fno-schedule-insns. You can also keep the code small by defining _DONT_USE_CTYPE_INLINE_ while compiling netcmds.c. At least I can say that we can't blame mentioned committed code. Regards Björn