From owner-freebsd-arch@FreeBSD.ORG Sun Jun 15 02:51:47 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4BCC37B401 for ; Sun, 15 Jun 2003 02:51:47 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C576243F93 for ; Sun, 15 Jun 2003 02:51:46 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 62C7B530F; Sun, 15 Jun 2003 11:51:43 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Alexander Leidinger References: <20030614183544.051c7a57.Alexander@Leidinger.net> <20030615111501.7cd49611.Alexander@Leidinger.net> From: Dag-Erling Smorgrav Date: Sun, 15 Jun 2003 11:51:43 +0200 In-Reply-To: <20030615111501.7cd49611.Alexander@Leidinger.net> (Alexander Leidinger's message of "Sun, 15 Jun 2003 11:15:01 +0200") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-arch@freebsd.org Subject: Re: unbreaking alloca X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 09:51:48 -0000 Alexander Leidinger writes: > I tested if icc also understands __buildin_alloca, and it does. I assume > ecc understands it too, so you could also check for __INTEL_COMPILER (if > someone is interested: I also have icc patches for some of the gcc > specific parts in cdefs.h). does #if defined(__GNUC__) || defined(__INTEL_COMPILER) look OK to you? DES -- Dag-Erling Smorgrav - des@ofug.org