[Bug ipa/93763] [10 Regression] ice in propagate_vals_across_arith_jfunc, at ipa-cp.c:2039
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 25 08:07:00 GMT 2020
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 <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:103bc4db7665a03bf2390ccc8ceca0dc5a7a81b7
commit r10-6835-g103bc4db7665a03bf2390ccc8ceca0dc5a7a81b7
Author: Jakub Jelinek <jakub@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 <jakub@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.
More information about the Gcc-bugs
mailing list