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++/61556] [c++11][4.9/4.10 Regression] â*(const ValueType*)thisâ is not a constant expression with valid code


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


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