Skip to content

Commit 63ad600

Browse files
committed
[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 <[email protected]> * config/nvptx/nvptx.opt (-msoft-stack-reserve-local): Rename to ... (-msoft-stack-reserve-local=): ... this.
1 parent 5b2cc63 commit 63ad600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/config/nvptx/nvptx.opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ msoft-stack
3737
Target Report Mask(SOFT_STACK)
3838
Use custom stacks instead of local memory for automatic storage.
3939

40-
msoft-stack-reserve-local
40+
msoft-stack-reserve-local=
4141
Target Report Joined RejectNegative UInteger Var(nvptx_softstack_size) Init(128)
4242
Specify size of .local memory used for stack when the exact amount is not known.
4343

0 commit comments

Comments
 (0)