This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217380 - in /branches/gcc-4_9-branch/gcc: cp/C...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 11 Nov 2014 22:23:44 -0000
- Subject: r217380 - in /branches/gcc-4_9-branch/gcc: cp/C...
Author: paolo
Date: Tue Nov 11 22:23:44 2014
New Revision: 217380
URL: https://gcc.gnu.org/viewcvs?rev=217380&root=gcc&view=rev
Log:
/cp
2014-11-11 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/63265
* pt.c (tsubst_copy_and_build, case COND_EXPR): Maybe fold to
constant the condition.
/testsuite
2014-11-11 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/63265
* g++.dg/cpp0x/constexpr-63265.C: New.
Added:
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-63265.C
Modified:
branches/gcc-4_9-branch/gcc/cp/ChangeLog
branches/gcc-4_9-branch/gcc/cp/pt.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog