[Bug c++/84558] [6 Regression] ICE with invalid constexpr constructor
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 25 17:25:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84558
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jun 25 17:24:06 2018
New Revision: 262066
URL: https://gcc.gnu.org/viewcvs?rev=262066&root=gcc&view=rev
Log:
Backported from mainline
2018-02-26 Jakub Jelinek <jakub@redhat.com>
PR c++/84558
* constexpr.c (cxx_eval_vec_init_1): For reuse, treat NULL eltinit like
a valid constant initializer. Formatting fixes.
* g++.dg/cpp1y/pr84558.C: New test.
Added:
branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/pr84558.C
Modified:
branches/gcc-6-branch/gcc/cp/ChangeLog
branches/gcc-6-branch/gcc/cp/constexpr.c
branches/gcc-6-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list