FreeBSD Bugzilla – Attachment 154696 Details for
Bug 198822
[PATCH] Lack os support for ICC in sys/cdefs.h header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
fix.diff (text/plain), 747 bytes, created by
Sergey Melnikov
on 2015-03-23 08:29:02 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Sergey Melnikov
Created:
2015-03-23 08:29:02 UTC
Size:
747 bytes
patch
obsolete
>64a65,75 >> * Macro to test if we're using a specific version of gcc or later. >> * icc defines gnu specific version macroses as well. >> */ >> #if defined(__GNUC__) >> #define __GNUC_PREREQ__(ma, mi) \ >> (__GNUC__ > (ma) || __GNUC__ == (ma) && __GNUC_MINOR__ >= (mi)) >> #else >> #define __GNUC_PREREQ__(ma, mi) 0 >> #endif >> >> /* >92c103 >< #if (__GNUC_MINOR__ > 95 || __GNUC__ >= 3) && !defined(__INTEL_COMPILER) >--- >> #if __GNUC_PREREQ__(3, 95) >130,138d140 >< /* >< * Macro to test if we're using a specific version of gcc or later. >< */ >< #if defined(__GNUC__) && !defined(__INTEL_COMPILER) >< #define __GNUC_PREREQ__(ma, mi) \ >< (__GNUC__ > (ma) || __GNUC__ == (ma) && __GNUC_MINOR__ >= (mi)) >< #else >< #define __GNUC_PREREQ__(ma, mi) 0 >< #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198822
: 154696