https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97840
--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Sebor <mse...@gcc.gnu.org>: https://gcc.gnu.org/g:3072125a40ccfc139a92d44fb3911a8a7186b025 commit r11-5073-g3072125a40ccfc139a92d44fb3911a8a7186b025 Author: Martin Sebor <mse...@redhat.com> Date: Mon Nov 16 20:01:10 2020 -0700 PR middle-end/97840 - Bogus -Wmaybe-uninitialized passing an empty object to a function gcc/ChangeLog: * tree-ssa-uninit.c (maybe_warn_operand): Call is_empty_type. * tree.c (default_is_empty_type): Rename... (is_empty_type): ...to this. * tree.h (is_empty_type): Declare.