]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++, coroutines: Fix typos in TRUTH_ANDIF_EXPRs.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 22 May 2025 12:24:12 +0000 (13:24 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 27 May 2025 19:15:51 +0000 (20:15 +0100)
commit83aa09e90487b52c1772eeffc4af577ee70536f1
tree6aed156a16c41146a056f58c2e9a7b344cb4ff6e
parent7b76965df10c47616c8f65e1c1134356d635f9ed
c++, coroutines: Fix typos in TRUTH_ANDIF_EXPRs.

These were typoed to TRUTH_AND_EXPR (and then that got copied).

gcc/cp/ChangeLog:

* coroutines.cc (cp_coroutine_transform::build_ramp_function):
Replace TRUTH_AND_EXPR with TRUTH_ANDIF_EXPR in three places.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/cp/coroutines.cc