[Bug c++/71092] [6/7 Regression] ICE: in cxx_eval_call_expression, at cp/constexpr.c:1449; only with -Os
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 15 18:50:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71092
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jul 15 18:49:38 2016
New Revision: 238395
URL: https://gcc.gnu.org/viewcvs?rev=238395&root=gcc&view=rev
Log:
PR c++/71092 - ICE with array and constexpr.
* constexpr.c (cxx_eval_call_expression): Fail quietly when cgraph
threw away DECL_SAVED_TREE.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/constexpr.c
More information about the Gcc-bugs
mailing list