aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2022-03-08 13:55:09 +0100
committerTom de Vries <tdevries@suse.de>2022-03-10 12:21:30 +0100
commit3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9 (patch)
treedcf67b520d7fdc6ebc72b132e56f96ff891a6ed3 /libstdc++-v3/libsupc++
parentf07178ca3c1e5dff799fb5016bb3767571db3165 (diff)
downloadgcc-3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9.zip
gcc-3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9.tar.gz
gcc-3357878ef56d1e47666fc697cfd7cb5cd9c1dfc9.tar.bz2
[nvptx] Use no,yes for attribute predicable
The documentation states about the predicable instruction attribute: ... This attribute must be a boolean (i.e. have exactly two elements in its list-of-values), with the possible values being no and yes. ... The nvptx port has instead: ... (define_attr "predicable" "false,true" (const_string "true")) ... Fix this by updating to: ... (define_attr "predicable" "no,yes" (const_string "yes")) ... Tested on nvptx. gcc/ChangeLog: 2022-03-08 Tom de Vries <tdevries@suse.de> PR target/104840 * config/nvptx/nvptx.md (define_attr "predicable"): Use no,yes instead of false,true.
Diffstat (limited to 'libstdc++-v3/libsupc++')
0 files changed, 0 insertions, 0 deletions