Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 11:51:43 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: unbreaking alloca
Message-ID:  <xzp4r2r3byo.fsf@flood.ping.uio.no>
In-Reply-To: <20030615111501.7cd49611.Alexander@Leidinger.net> (Alexander Leidinger's message of "Sun, 15 Jun 2003 11:15:01 %2B0200")
References:  <xzp1xxw65o7.fsf@flood.ping.uio.no> <20030614183544.051c7a57.Alexander@Leidinger.net> <xzpof102s8s.fsf@flood.ping.uio.no> <20030615111501.7cd49611.Alexander@Leidinger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Leidinger <Alexander@Leidinger.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp4r2r3byo.fsf>