public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3809] [nvptx] Fix -msoft-stack-reserve-local format
@ 2020-10-12  8:33 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2020-10-12  8:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:63ad60026e8cf4ccd7543175b38db46160517be7

commit r11-3809-g63ad60026e8cf4ccd7543175b38db46160517be7
Author: Tom de Vries <tdevries@suse.de>
Date:   Mon Oct 12 10:14:13 2020 +0200

    [nvptx] Fix -msoft-stack-reserve-local format
    
    Currently, in order to use the switch -msoft-stack-reserve-local with the
    default arg 128, you have to specify '-msoft-stack-reserve-local128'.
    
    Fix the switch format such that you specify '-msoft-stack-reserve-local=128'
    instead.
    
    Tested on nvptx.
    
    gcc/ChangeLog:
    
    2020-10-12  Tom de Vries  <tdevries@suse.de>
    
            * config/nvptx/nvptx.opt (-msoft-stack-reserve-local): Rename to ...
            (-msoft-stack-reserve-local=): ... this.

Diff:
---
 gcc/config/nvptx/nvptx.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/nvptx/nvptx.opt b/gcc/config/nvptx/nvptx.opt
index d6910a96cf0..38454222d42 100644
--- a/gcc/config/nvptx/nvptx.opt
+++ b/gcc/config/nvptx/nvptx.opt
@@ -37,7 +37,7 @@ msoft-stack
 Target Report Mask(SOFT_STACK)
 Use custom stacks instead of local memory for automatic storage.
 
-msoft-stack-reserve-local
+msoft-stack-reserve-local=
 Target Report Joined RejectNegative UInteger Var(nvptx_softstack_size) Init(128)
 Specify size of .local memory used for stack when the exact amount is not known.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-12  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  8:33 [gcc r11-3809] [nvptx] Fix -msoft-stack-reserve-local format Tom de Vries

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).