https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93763
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:103bc4db7665a03bf2390ccc8ceca0dc5a7a81b7 commit r10-6835-g103bc4db7665a03bf2390ccc8ceca0dc5a7a81b7 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Feb 25 09:05:57 2020 +0100 testsuite: Fix recently added ipa testcases [PR93763] Seems the test has been badly reduced (if the original doesn't emit warnings, it is always better in the reduction script avoid introducing new ones). Also, the g++.dg/ipa/ test fails with -std=c++98 because it is written in C++11. 2020-02-25 Jakub Jelinek <ja...@redhat.com> PR ipa/93763 * gcc.dg/ipa/pr93763.c: Adjust the test so that it compiles without warnings and still ICEs before the ipa-cp.c fix. * g++.dg/ipa/pr93763.C: Require c++11 effective target.