From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 22:03:17 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47A54ED7 for ; Sun, 27 Oct 2013 22:03:17 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5EFE202B for ; Sun, 27 Oct 2013 22:03:16 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/avgusCdtw9+43oQGYIsZZxQQ0xcmsA== X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (cl-3506.cgn-01.de.sixxs.net [IPv6:2001:4dd0:ff00:db1::2]) by smtp.strato.de (RZmta 32.11 AUTH) with (TLSv1.0:DHE-RSA-AES256-SHA encrypted) ESMTPSA id n01a69p9RLdYfE for ; Sun, 27 Oct 2013 23:03:05 +0100 (CET) Received: by britannica.bec.de (sSMTP sendmail emulation); Sun, 27 Oct 2013 23:03:03 +0100 Date: Sun, 27 Oct 2013 23:03:03 +0100 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Subject: Re: svn commit: r257203 - head/sys/arm/arm Message-ID: <20131027220303.GA13990@britannica.bec.de> References: <201310270329.r9R3Tcoi076809@svn.freebsd.org> <20131028040222.G929@besplex.bde.org> <1382900401.1170.227.camel@revolution.hippie.lan> <20131028081925.C2294@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131028081925.C2294@besplex.bde.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 22:03:17 -0000 On Mon, Oct 28, 2013 at 08:43:37AM +1100, Bruce Evans wrote: > Oops, the parser easily can't do this right because macro parameters > must usually have redundant parentheses and C parsers are specified > to act as if on the output of the preprocessor so they can't easily > either have a special case to ignore these redundant parentheses or > know that they aren't in the unpreprocessed source so they should be > ignored. Did you bother to try your assumptions about the compiler in question? Joerg