OSDN Git Service

PR c++/49813
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Aug 2011 18:14:29 +0000 (18:14 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Aug 2011 18:14:29 +0000 (18:14 +0000)
commit9cb491317653d0ac308d0354a447c065fc0f1431
treec813542dd02fd8e19cea0ad998ec3b0934b19034
parent3c22703a4b865a421b8748240c854cd2f247e716
PR c++/49813
* semantics.c (potential_constant_expression_1): Allow any builtin.
(morally_constexpr_builtin_function_p): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177066 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/constexpr-builtin1.C [new file with mode: 0644]