]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove CHECKING_P in coroutines.cc for release checking.
authorMartin Liska <mliska@suse.cz>
Fri, 24 Apr 2020 06:46:29 +0000 (08:46 +0200)
committerMartin Liska <mliska@suse.cz>
Fri, 24 Apr 2020 06:46:45 +0000 (08:46 +0200)
commit6f6c79920883f3fc301a4acc0544ed5a130bf7c5
tree6484383b4ee2b09f961dfa88a063f1fbaeff88e7
parentef8dc9d24055ddeef2fe9cb300b1051d7a440438
Remove CHECKING_P in coroutines.cc for release checking.

* coroutines.cc: Fix compilation error for release checking
where we miss declaration of ‘coro_body_contains_bind_expr_p’.
gcc/cp/ChangeLog
gcc/cp/coroutines.cc