[Bug c++/60999] [4.9/4.10 Regression] ICE when static_cast from constexpr in specialization of template-class

paolo at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 6 22:34:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60999

--- Comment #6 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Tue May  6 22:34:11 2014
New Revision: 210127

URL: http://gcc.gnu.org/viewcvs?rev=210127&root=gcc&view=rev
Log:
/cp
2014-05-06  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/60999
    * pt.c (maybe_begin_member_template_processing): Use
    uses_template_parms.

/testsuite
2014-05-06  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/60999
    * g++.dg/cpp0x/nsdmi-template9.C: New.
    * g++.dg/cpp0x/nsdmi-template10.C: Likewise.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template10.C
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template9.C
Modified:
    branches/gcc-4_9-branch/gcc/cp/ChangeLog
    branches/gcc-4_9-branch/gcc/cp/pt.c



More information about the Gcc-bugs mailing list