svn commit: r284947 - stable/9/sys/sys
Tijl Coosemans
tijl at FreeBSD.org
Tue Jun 30 08:39:35 UTC 2015
Author: tijl
Date: Tue Jun 30 08:39:34 2015
New Revision: 284947
URL: https://svnweb.freebsd.org/changeset/base/284947
Log:
MFC r284858:
Enable the use of __builtin_va_* for ICC.
PR: 198822
Submitted by: Sergey Melnikov <sergey.melnikov at intel.com>
Modified:
stable/9/sys/sys/cdefs.h
Directory Properties:
stable/9/ (props changed)
stable/9/sys/ (props changed)
stable/9/sys/sys/ (props changed)
Modified: stable/9/sys/sys/cdefs.h
==============================================================================
--- stable/9/sys/sys/cdefs.h Tue Jun 30 07:46:06 2015 (r284946)
+++ stable/9/sys/sys/cdefs.h Tue Jun 30 08:39:34 2015 (r284947)
@@ -72,7 +72,7 @@
# undef __GNUCLIKE_BUILTIN_CONSTANT_P
# endif
-#if (__GNUC_MINOR__ > 95 || __GNUC__ >= 3) && !defined(__INTEL_COMPILER)
+#if (__GNUC_MINOR__ > 95 || __GNUC__ >= 3)
# define __GNUCLIKE_BUILTIN_VARARGS 1
# define __GNUCLIKE_BUILTIN_STDARG 1
# define __GNUCLIKE_BUILTIN_VAALIST 1
More information about the svn-src-stable-9
mailing list