unbreaking alloca
Dag-Erling Smorgrav
des at ofug.org
Sun Jun 15 02:51:48 PDT 2003
Alexander Leidinger <Alexander at 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 at ofug.org
More information about the freebsd-arch
mailing list