https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100176
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:5668843346c74cabf830e46b45fad24db4566fd6 commit r12-56-g5668843346c74cabf830e46b45fad24db4566fd6 Author: Richard Biener <rguent...@suse.de> Date: Thu Apr 22 09:50:26 2021 +0200 testsuite/100176 - fix struct-layout-1_generate.c compile With -Werror=return-type we run into compile fails complaining about missing return stmts. 2021-04-21 Richard Biener <rguent...@suse.de> PR testsuite/100176 * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c: Add missing return.