re PR c++/48500 (Regression: Failing to convert template argument to concrete type...
authorJason Merrill <jason@redhat.com>
Fri, 8 Apr 2011 06:08:31 +0000 (02:08 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 8 Apr 2011 06:08:31 +0000 (02:08 -0400)
commitf5a28e87f595dd160e4688c96fdcc4a51853b717
tree7ff083c1ec4c4937f54de48afe8e87ac01f5bca4
parentb06a1f50c5030b27e307c86ab49eb16a6b32fc56
re PR c++/48500 (Regression: Failing to convert template argument to concrete type, in C++0x mode.)

PR c++/48500
* semantics.c (potential_constant_expression_1) [CALL_EXPR]: Check
arguments even if we don't know the function.

From-SVN: r172165
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/regress/call1.C [new file with mode: 0644]