public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection
@ 2022-04-28 18:06 Palmer Dabbelt
  2022-05-11  1:34 ` Kito Cheng
  0 siblings, 1 reply; 4+ messages in thread
From: Palmer Dabbelt @ 2022-04-28 18:06 UTC (permalink / raw)
  To: Kito Cheng, gcc-patches

---
IMO this one is worth documenting too, not sure if it's too late for
gcc-12's docs (due to those branch commits) so I haven't committed it
yet to avoid any fallout.
---
 htdocs/gcc-12/changes.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index e9f132c0..e8a9cea2 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -746,6 +746,9 @@ function Multiply (S1, S2 : Sign) return Sign is
 	support architecture testing marco and <code>-march=</code> parsing.</li>
     <li>The option <code>-mtune=thead-c906</code> is added to tune for T-HEAD
 	c906 cores.</li>
+    <li>libstdc++'s no longer attempts to detect built-in atomics,
+	distributions that have out-of-tree workarounds for
+	<code>-latomic</code> should check their ABIs again.</li>
   </li>
 </ul>
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection
  2022-04-28 18:06 [wwwdocs] gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection Palmer Dabbelt
@ 2022-05-11  1:34 ` Kito Cheng
  2022-05-13 17:10   ` Palmer Dabbelt
  2022-05-21 22:25   ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Kito Cheng @ 2022-05-11  1:34 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: GCC Patches

LGTM, I think document what we really did in GCC 12 is never too late :P



On Fri, Apr 29, 2022 at 2:23 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> ---
> IMO this one is worth documenting too, not sure if it's too late for
> gcc-12's docs (due to those branch commits) so I haven't committed it
> yet to avoid any fallout.
> ---
>  htdocs/gcc-12/changes.html | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
> index e9f132c0..e8a9cea2 100644
> --- a/htdocs/gcc-12/changes.html
> +++ b/htdocs/gcc-12/changes.html
> @@ -746,6 +746,9 @@ function Multiply (S1, S2 : Sign) return Sign is
>         support architecture testing marco and <code>-march=</code> parsing.</li>
>      <li>The option <code>-mtune=thead-c906</code> is added to tune for T-HEAD
>         c906 cores.</li>
> +    <li>libstdc++'s no longer attempts to detect built-in atomics,
> +       distributions that have out-of-tree workarounds for
> +       <code>-latomic</code> should check their ABIs again.</li>
>    </li>
>  </ul>
>
> --
> 2.34.1
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection
  2022-05-11  1:34 ` Kito Cheng
@ 2022-05-13 17:10   ` Palmer Dabbelt
  2022-05-21 22:25   ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-05-13 17:10 UTC (permalink / raw)
  To: Kito Cheng; +Cc: gcc-patches

On Tue, 10 May 2022 18:34:33 PDT (-0700), Kito Cheng wrote:
> LGTM, I think document what we really did in GCC 12 is never too late :P

OK, committed.

>
>
>
> On Fri, Apr 29, 2022 at 2:23 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>>
>> ---
>> IMO this one is worth documenting too, not sure if it's too late for
>> gcc-12's docs (due to those branch commits) so I haven't committed it
>> yet to avoid any fallout.
>> ---
>>  htdocs/gcc-12/changes.html | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
>> index e9f132c0..e8a9cea2 100644
>> --- a/htdocs/gcc-12/changes.html
>> +++ b/htdocs/gcc-12/changes.html
>> @@ -746,6 +746,9 @@ function Multiply (S1, S2 : Sign) return Sign is
>>         support architecture testing marco and <code>-march=</code> parsing.</li>
>>      <li>The option <code>-mtune=thead-c906</code> is added to tune for T-HEAD
>>         c906 cores.</li>
>> +    <li>libstdc++'s no longer attempts to detect built-in atomics,
>> +       distributions that have out-of-tree workarounds for
>> +       <code>-latomic</code> should check their ABIs again.</li>
>>    </li>
>>  </ul>
>>
>> --
>> 2.34.1
>>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection
  2022-05-11  1:34 ` Kito Cheng
  2022-05-13 17:10   ` Palmer Dabbelt
@ 2022-05-21 22:25   ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2022-05-21 22:25 UTC (permalink / raw)
  To: Kito Cheng, Palmer Dabbelt; +Cc: gcc-patches

On Wed, 11 May 2022, Kito Cheng via Gcc-patches wrote:
> LGTM, I think document what we really did in GCC 12 is never too late :P

Totally. And thanks for doing this, Palmer.

I went ahead and made two editorial changes per the patch below
which I pushed.

Gerald

commit 87fb03bc6ce3e190ba74215a9aad5021e263185a
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun May 22 00:23:09 2022 +0200

    gcc-12: Editorial changes for RISC-V

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 0eae78ff..3b94378e 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -817,8 +817,8 @@ function Multiply (S1, S2 : Sign) return Sign is
 	support architecture testing marco and <code>-march=</code> parsing.</li>
     <li>The option <code>-mtune=thead-c906</code> is added to tune for T-HEAD
 	c906 cores.</li>
-    <li>libstdc++'s no longer attempts to detect built-in atomics,
-	distributions that have out-of-tree workarounds for
+    <li>libstdc++ no longer attempts to detect built-in atomics.
+	Distributions that have out-of-tree workarounds for
 	<code>-latomic</code> should check their ABIs again.</li>
   </li>
 </ul>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-21 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 18:06 [wwwdocs] gcc-12/changes.html: Document the RISC-V libstdc++ -latomic detection Palmer Dabbelt
2022-05-11  1:34 ` Kito Cheng
2022-05-13 17:10   ` Palmer Dabbelt
2022-05-21 22:25   ` Gerald Pfeifer

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 read-only IMAP folder(s) and NNTP newsgroup(s).