]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/doc: adjust __builtin_choose_expr() description
authorJan Beulich <jbeulich@suse.com>
Wed, 9 Oct 2024 07:36:42 +0000 (09:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Oct 2024 07:36:42 +0000 (09:36 +0200)
commit4b152f62e4acff41c6d0f1423f7f50e7a0528b5b
tree7d3b71bbdbb33ca05dee22389247a3ce4a1052dd
parent821d56100e1110ab6a166f50819522254eb30923
gcc/doc: adjust __builtin_choose_expr() description

Present wording has misled people to believe the ?: operator would be
evaluating all three of the involved expressions.

gcc/

* doc/extend.texi: Clarify __builtin_choose_expr()
(dis)similarity to the ?: operator.
gcc/doc/extend.texi