Summary: | [PATCH] Lack os support for ICC in sys/cdefs.h header | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Sergey Melnikov <sergey.melnikov> | ||||
Component: | kern | Assignee: | Tijl Coosemans <tijl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | emaste, sergey.melnikov, tijl | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | CURRENT | Flags: | tijl:
mfc-stable10+
tijl: mfc-stable9+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Sergey Melnikov
2015-03-23 07:50:22 UTC
Created attachment 154696 [details]
fix
We've had some vestigial ICC support in the tree for some time, but the build infrastructure pieces were removed in r220863:
> Remove support for the Intel C Compiler from the build infrastructure.
> This support has not worked for several years, and is not likely to work
> again, unless Intel decides to release a native FreeBSD version of their
> compiler. ;)
Is there a broader interest in restoring FreeBSD ICC support?
At this point we want to restore the compatibility between ICC and system headers. In other words we do want to restore FreeBSD ICC support on user level. No other plans at this point. Hi guys, do you have a plan to merge my fix to FBSD trunk? A commit references this bug: Author: tijl Date: Thu Jun 25 19:39:07 UTC 2015 New revision: 284858 URL: https://svnweb.freebsd.org/changeset/base/284858 Log: Enable the use of __builtin_va_* for ICC. PR: 198822 Submitted by: Sergey Melnikov <sergey.melnikov@intel.com> MFC after: 5 days Changes: head/sys/sys/cdefs.h A commit references this bug: Author: tijl Date: Tue Jun 30 08:39:35 UTC 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@intel.com> Changes: _U stable/9/ _U stable/9/sys/ _U stable/9/sys/sys/ stable/9/sys/sys/cdefs.h A commit references this bug: Author: tijl Date: Tue Jun 30 08:40:16 UTC 2015 New revision: 284948 URL: https://svnweb.freebsd.org/changeset/base/284948 Log: MFC r284858: Enable the use of __builtin_va_* for ICC. PR: 198822 Submitted by: Sergey Melnikov <sergey.melnikov@intel.com> Changes: _U stable/10/ stable/10/sys/sys/cdefs.h |