This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61556] [c++11][4.9/4.10 Regression] â*(const ValueType*)thisâ is not a constant expression with valid code
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jun 2014 18:35:10 +0000
- Subject: [Bug c++/61556] [c++11][4.9/4.10 Regression] â*(const ValueType*)thisâ is not a constant expression with valid code
- Auto-submitted: auto-generated
- References: <bug-61556-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61556
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Jun 20 18:34:37 2014
New Revision: 211855
URL: https://gcc.gnu.org/viewcvs?rev=211855&root=gcc&view=rev
Log:
PR c++/61556
* call.c (build_over_call): Call build_this in template path.
Added:
branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-template7.C
Modified:
branches/gcc-4_9-branch/gcc/cp/ChangeLog
branches/gcc-4_9-branch/gcc/cp/call.c