https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92421
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Nov 14 01:02:16 2019 New Revision: 278192 URL: https://gcc.gnu.org/viewcvs?rev=278192&root=gcc&view=rev Log: PR ipa/92421 * g++.dg/torture/pr92421.C: Add -Wno-return-type to dg-additional-options. Avoid -Wwrite-string warnings, most of -Wreturn-type warnings, define bf ctor. Use struct instead of class with public: at the start. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/g++.dg/torture/pr92421.C