diff for duplicates of <28476.1680102637231692864@lists.openembedded.org> diff --git a/a/2.bin b/N1/2.bin index f66e1bb..c5670b6 100644 --- a/a/2.bin +++ b/N1/2.bin @@ -2,7 +2,7 @@ <p>Hi Yash,</p> <p> </p> <p>First, if we're going to take this approach, you should revert my work-around as part of this commit:</p> -<p>commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6<br />Author: Randy MacLeod <a class="moz-txt-link-rfc2396E" style="cursor: pointer;" href="mailto:Randy.MacLeod@..." target="_blank" rel="nofollow noopener"><Randy.MacLeod@...></a><br />Date: Wed Mar 1 19:24:27 2023<br /><br /> librelp: make inline errors be warnings in debug build<br /> ...</p> +<p>commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6<br />Author: Randy MacLeod <a class="moz-txt-link-rfc2396E" href="mailto:Randy.MacLeod@..." target="_blank" rel="nofollow noopener"><Randy.MacLeod@...></a><br />Date: Wed Mar 1 19:24:27 2023<br /><br /> librelp: make inline errors be warnings in debug build<br /> ...</p> </blockquote> Will send a v2 if needed.<br /> <blockquote> @@ -14,7 +14,7 @@ Will send a v2 if needed.<br /> I tested the changes in LINCD sources which have GCC 12.2. I didn’t check the above mentioned version.<br /> <blockquote> <p><br />Is there documentation that states that</p> -<pre class="moz-quote-pre" style="line-height: 1.42857;">static inline void +<pre class="moz-quote-pre">static inline void is not as portable as: @@ -22,7 +22,7 @@ __attribute__((always_inline)) static inline void</pre> <p> </p> <p>I suspect there is not but I'm not a compiler geek!</p> </blockquote> -<div>As you mentioned in<a href="https://github.com/rsyslog/librelp/issues/256#:~:text=Oh%20and%20it%20only%20happens%20when%20using%20%2DOg%20not%20%2DO%5B0%2D3%5D" target="_blank" rel="noopener"> https://github.com/rsyslog/librelp/issues/256#issue-1605905115</a>, it happens only when complied without any optimization and as per <a href="https://gcc.gnu.org/onlinedocs/gcc/Inline.html#:~:text=GCC%20does%20not%20inline,const%20char)%20__attribute__((always_inline))%3B" target="_blank" rel="noopener">https://gcc.gnu.org/onlinedocs/gcc/Inline.html</a> it’s mentioned that:</div> +<div>As you mentioned in <a href="https://github.com/rsyslog/librelp/issues/256#:~:text=Oh%20and%20it%20only%20happens%20when%20using%20%2DOg%20not%20%2DO%5B0%2D3%5D" target="_blank" rel="noopener">https://github.com/rsyslog/librelp/issues/256#issue-1605905115</a>, it happens only when complied without any optimization and as per <a href="https://gcc.gnu.org/onlinedocs/gcc/Inline.html#:~:text=GCC%20does%20not%20inline,const%20char)%20__attribute__((always_inline))%3B" target="_blank" rel="nofollow noopener">https://gcc.gnu.org/onlinedocs/gcc/Inline.html</a> it’s mentioned that:</div> <div> </div> <blockquote> <div>GCC does not inline any functions when not optimizing unless you specify the ‘always_inline’ attribute for the function, like this: </div> diff --git a/a/2.hdr b/N1/2.hdr index 24bd2b6..6a9de1e 100644 --- a/a/2.hdr +++ b/N1/2.hdr @@ -1,2 +1,2 @@ -Content-Type: text/html; charset="utf-8" +Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable diff --git a/a/content_digest b/N1/content_digest index ead4ad3..1fd14cc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0f6a4a396-84a6-9787-ad8a-d4e283a6442d@windriver.com\0" "From\0Yash Shinde <yashinde145@gmail.com>\0" "Subject\0Re: [meta-oe][PATCH] librelp: fix function inline errors in debug build\0" - "Date\0Wed, 29 Mar 2023 08:10:37 -0700\0" + "Date\0Wed, 29 Mar 2023 08:12:12 -0700\0" "To\0openembedded-devel@lists.openembedded.org\0" "\01:1\0" "b\0" @@ -108,7 +108,7 @@ "<p>Hi Yash,</p>\r\n" "<p> </p>\r\n" "<p>First, if we're going to take this approach, you should revert my work-around as part of this commit:</p>\r\n" - "<p>commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6<br />Author: Randy MacLeod <a class=\"moz-txt-link-rfc2396E\" style=\"cursor: pointer;\" href=\"mailto:Randy.MacLeod@...\" target=\"_blank\" rel=\"nofollow noopener\"><Randy.MacLeod@...></a><br />Date: Wed Mar 1 19:24:27 2023<br /><br /> librelp: make inline errors be warnings in debug build<br /> ...</p>\r\n" + "<p>commit ca10312c4c7e88d67f4b487ae9afcbfdf92898d6<br />Author: Randy MacLeod <a class=\"moz-txt-link-rfc2396E\" href=\"mailto:Randy.MacLeod@...\" target=\"_blank\" rel=\"nofollow noopener\"><Randy.MacLeod@...></a><br />Date: Wed Mar 1 19:24:27 2023<br /><br /> librelp: make inline errors be warnings in debug build<br /> ...</p>\r\n" "</blockquote>\r\n" "Will send a v2 if needed.<br />\r\n" "<blockquote>\r\n" @@ -120,7 +120,7 @@ "I tested the changes in LINCD sources which have GCC 12.2. I didn’t check the above mentioned version.<br />\r\n" "<blockquote>\r\n" "<p><br />Is there documentation that states that</p>\r\n" - "<pre class=\"moz-quote-pre\" style=\"line-height: 1.42857;\">static inline void\r\n" + "<pre class=\"moz-quote-pre\">static inline void\r\n" "\r\n" "is not as portable as:\r\n" "\r\n" @@ -128,7 +128,7 @@ "<p> </p>\r\n" "<p>I suspect there is not but I'm not a compiler geek!</p>\r\n" "</blockquote>\r\n" - "<div>As you mentioned in<a href=\"https://github.com/rsyslog/librelp/issues/256#:~:text=Oh%20and%20it%20only%20happens%20when%20using%20%2DOg%20not%20%2DO%5B0%2D3%5D\" target=\"_blank\" rel=\"noopener\"> https://github.com/rsyslog/librelp/issues/256#issue-1605905115</a>, it happens only when complied without any optimization and as per <a href=\"https://gcc.gnu.org/onlinedocs/gcc/Inline.html#:~:text=GCC%20does%20not%20inline,const%20char)%20__attribute__((always_inline))%3B\" target=\"_blank\" rel=\"noopener\">https://gcc.gnu.org/onlinedocs/gcc/Inline.html</a> it’s mentioned that:</div>\r\n" + "<div>As you mentioned in <a href=\"https://github.com/rsyslog/librelp/issues/256#:~:text=Oh%20and%20it%20only%20happens%20when%20using%20%2DOg%20not%20%2DO%5B0%2D3%5D\" target=\"_blank\" rel=\"noopener\">https://github.com/rsyslog/librelp/issues/256#issue-1605905115</a>, it happens only when complied without any optimization and as per <a href=\"https://gcc.gnu.org/onlinedocs/gcc/Inline.html#:~:text=GCC%20does%20not%20inline,const%20char)%20__attribute__((always_inline))%3B\" target=\"_blank\" rel=\"nofollow noopener\">https://gcc.gnu.org/onlinedocs/gcc/Inline.html</a> it’s mentioned that:</div>\r\n" "<div> </div>\r\n" "<blockquote>\r\n" "<div>GCC does not inline any functions when not optimizing unless you specify the ‘always_inline’ attribute for the function, like this: </div>\r\n" @@ -141,4 +141,4 @@ "<p>Regards,</p>\r\n" "<p>Yash</p>\r\n" -100ff94cb4ce92a039cacd2264a5d3da4c39795e7056b0a54d5e25e936a21cff +9ebe8ec414e0e314c4d37cefd97dd4644a97cfc55c7429247e73388cd29e3742
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.