This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/63415] [4.9/5 Regression] internal compiler error: unexpected expression âstatic_cast<int>(std::is_same<T, A1>{})â of kind static_cast_expr


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63415

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Oct 15 16:46:29 2014
New Revision: 216276

URL: https://gcc.gnu.org/viewcvs?rev=216276&root=gcc&view=rev
Log:
    PR c++/63415
    * pt.c (value_dependent_expression_p) [CONSTRUCTOR]: Check the type.
    (iterative_hash_template_arg): Likewise.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist8.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/pt.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]