https://gcc.gnu.org/g:d877fee56076500454e489448207be41ea424700

commit d877fee56076500454e489448207be41ea424700
Author: Thomas Schwinge <[email protected]>
Date:   Tue Dec 17 22:23:50 2024 +0100

    nvptx: Support '-march=sm_37': update '-march-map=sm_50' documentation
    
    Fix-up for recent commit 7151d885c47ec93ba06f52a4be2a19a706f0750e
    "nvptx: Support '-march=sm_37'".
    
            gcc/
            * doc/invoke.texi (Nvidia PTX Options): Update '-march-map=sm_50'.
    
    (cherry picked from commit 59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7)

Diff:
---
 gcc/ChangeLog.omp   | 5 +++++
 gcc/doc/invoke.texi | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
index b3f83dc71d50..5f9cae4e6044 100644
--- a/gcc/ChangeLog.omp
+++ b/gcc/ChangeLog.omp
@@ -1,5 +1,10 @@
 2025-02-18  Thomas Schwinge  <[email protected]>
 
+       Backported from trunk:
+       2025-01-08  Thomas Schwinge  <[email protected]>
+
+       * doc/invoke.texi (Nvidia PTX Options): Update '-march-map=sm_50'.
+
        Backported from trunk:
        2025-01-20  Thomas Schwinge  <[email protected]>
 
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 28805ac3cfbf..d9f6616002b8 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -30049,7 +30049,7 @@ Alias of @option{-march=}.
 @item -march-map=@var{architecture-string}
 Select the closest available @option{-march=} value that is not more
 capable.  For instance, for @option{-march-map=sm_50} select
-@option{-march=sm_35}, and for @option{-march-map=sm_53} select
+@option{-march=sm_37}, and for @option{-march-map=sm_53} select
 @option{-march=sm_53}.
 
 @opindex mptx

Reply via email to