re PR c++/54859 (constexpr in template alias rejected as non-constant)
authorJason Merrill <jason@redhat.com>
Fri, 9 Nov 2012 16:14:48 +0000 (11:14 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 9 Nov 2012 16:14:48 +0000 (11:14 -0500)
commit2a28e76a78ec4f3bb1219c4ba5795f86dccb43cd
tree9cb2e5549cdc7ec2b712fab0a2599a56a5e67135
parent7dbb85a7932149aa5bac38fd77424b15c0248990
re PR c++/54859 (constexpr in template alias rejected as non-constant)

PR c++/54859
* pt.c (check_instantiated_arg): Don't complain about dependent args.

From-SVN: r193368
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alias-decl-25.C [new file with mode: 0644]