* [PATCH] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled.
@ 2014-09-27 5:30 Keith Wiles
[not found] ` <1411795835-87197-1-git-send-email-keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Keith Wiles @ 2014-09-27 5:30 UTC (permalink / raw)
To: dev-VfR2kkLFssw
When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang
compiler an error occurs, because ifdefed code now includes GCC pragmas.
Signed-off-by: Keith Wiles <keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
---
lib/librte_mempool/rte_mempool.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h
index 95f19f9..299d4d7 100644
--- a/lib/librte_mempool/rte_mempool.h
+++ b/lib/librte_mempool/rte_mempool.h
@@ -312,7 +312,7 @@ static inline void __mempool_write_trailer_cookie(void *obj)
* - 2: just check that cookie is valid (free or allocated)
*/
#ifdef RTE_LIBRTE_MEMPOOL_DEBUG
-#ifndef __INTEL_COMPILER
+#ifdef __GCC__
#pragma GCC push_options
#pragma GCC diagnostic ignored "-Wcast-qual"
#endif
@@ -379,7 +379,7 @@ static inline void __mempool_check_cookies(const struct rte_mempool *mp,
}
}
}
-#ifndef __INTEL_COMPILER
+#ifdef __GCC__
#pragma GCC pop_options
#endif
#else
--
2.1.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled.
@ 2014-09-27 5:49 Keith Wiles
0 siblings, 0 replies; 5+ messages in thread
From: Keith Wiles @ 2014-09-27 5:49 UTC (permalink / raw)
To: dev-VfR2kkLFssw
When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang
compiler an error occurs, because ifdefed code now includes GCC pragmas.
Signed-off-by: Keith Wiles <keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
---
lib/librte_mempool/rte_mempool.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h
index 95f19f9..299d4d7 100644
--- a/lib/librte_mempool/rte_mempool.h
+++ b/lib/librte_mempool/rte_mempool.h
@@ -312,7 +312,7 @@ static inline void __mempool_write_trailer_cookie(void *obj)
* - 2: just check that cookie is valid (free or allocated)
*/
#ifdef RTE_LIBRTE_MEMPOOL_DEBUG
-#ifndef __INTEL_COMPILER
+#ifdef __GCC__
#pragma GCC push_options
#pragma GCC diagnostic ignored "-Wcast-qual"
#endif
@@ -379,7 +379,7 @@ static inline void __mempool_check_cookies(const struct rte_mempool *mp,
}
}
}
-#ifndef __INTEL_COMPILER
+#ifdef __GCC__
#pragma GCC pop_options
#endif
#else
--
2.1.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled.
@ 2014-09-27 5:53 Wiles, Roger Keith
[not found] ` <41114A6E-08AB-4269-9E4F-9930BD04D8E2-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Wiles, Roger Keith @ 2014-09-27 5:53 UTC (permalink / raw)
To: <dev-VfR2kkLFssw@public.gmane.org>
When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang
compiler an error occurs, because ifdefed code now includes GCC pragmas.
Signed-off-by: Keith Wiles <keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
---
lib/librte_mempool/rte_mempool.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h
index 95f19f9..299d4d7 100644
--- a/lib/librte_mempool/rte_mempool.h
+++ b/lib/librte_mempool/rte_mempool.h
@@ -312,7 +312,7 @@ static inline void __mempool_write_trailer_cookie(void *obj)
* - 2: just check that cookie is valid (free or allocated)
*/
#ifdef RTE_LIBRTE_MEMPOOL_DEBUG
-#ifndef __INTEL_COMPILER
+#ifdef __GCC__
#pragma GCC push_options
#pragma GCC diagnostic ignored "-Wcast-qual"
#endif
@@ -379,7 +379,7 @@ static inline void __mempool_check_cookies(const struct rte_mempool *mp,
}
}
}
-#ifndef __INTEL_COMPILER
+#ifdef __GCC__
#pragma GCC pop_options
#endif
#else
—
2.1.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-09-28 1:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-27 5:30 [PATCH] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled Keith Wiles
[not found] ` <1411795835-87197-1-git-send-email-keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-09-27 12:56 ` Neil Horman
-- strict thread matches above, loose matches on Subject: below --
2014-09-27 5:49 Keith Wiles
2014-09-27 5:53 Wiles, Roger Keith
[not found] ` <41114A6E-08AB-4269-9E4F-9930BD04D8E2-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-09-28 1:08 ` Wiles, Roger Keith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).