https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93905
--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:c6b81c451983f1b9a6e184f137819abf4978eddd commit r9-8280-gc6b81c451983f1b9a6e184f137819abf4978eddd Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Feb 26 09:04:44 2020 +0100 c++: Fix rejects-valid bug in cxx_eval_outermost_constant_expr [PR93905] Add testcase for a bug that has been just on the 8 branch. 2020-02-26 Jakub Jelinek <ja...@redhat.com> PR c++/93905 * g++.dg/cpp0x/pr93905.C: New test.