https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59426
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:83a21c993449a32b98916814ed8ca237b3276912 commit r12-7863-g83a21c993449a32b98916814ed8ca237b3276912 Author: Jason Merrill <ja...@redhat.com> Date: Mon Mar 28 15:32:30 2022 -0400 c++: Fix __has_trivial_* docs [PR59426] These have been misdocumented since C++98 POD was split into C++11 trivial and standard-layout in r149721. PR c++/59426 gcc/ChangeLog: * doc/extend.texi: Refer to __is_trivial instead of __is_pod.