Hi! On 2024-12-06T12:29:12+0100, I wrote: > --- a/gcc/config/nvptx/nvptx.opt > +++ b/gcc/config/nvptx/nvptx.opt
> march-map=sm_50 > -Target RejectNegative Alias(misa=,sm_35) > +Target RejectNegative Alias(misa=,sm_37) Pushed to trunk branch commit 59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7 "nvptx: Support '-march=sm_37': update '-march-map=sm_50' documentation", see attached. Grüße Thomas
>From 59a4089ccab5a8ae3ddfa7b1b762caf2125a49a7 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge <tschwi...@baylibre.com> Date: Tue, 17 Dec 2024 22:23:50 +0100 Subject: [PATCH] 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'. --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0a7a81b20676..c9733d6cb009 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -30201,7 +30201,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 -- 2.34.1