https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100176
--- Comment #2 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:d8f953819e8f72e646f22c7803d79bd2b56d1e30 commit r12-25-gd8f953819e8f72e646f22c7803d79bd2b56d1e30 Author: Richard Biener <rguent...@suse.de> Date: Wed Apr 21 12:46:51 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 * g++.dg/compat/struct-layout-1_generate.c: Add missing return. * gcc.dg/compat/struct-layout-1_generate.c: Likewise.