re PR c++/55931 ([C++11] Constexpr member function inside a static member is not...
authorJason Merrill <jason@redhat.com>
Sun, 17 Mar 2013 02:39:51 +0000 (22:39 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 17 Mar 2013 02:39:51 +0000 (22:39 -0400)
commitd14d53ad6501853b2471ad90ead6eace803226a7
tree2388c3af30e73e3f1b4740c25c923011054d2663
parentbc0c6b150e8695742921655f51267c53ec8db09a
re PR c++/55931 ([C++11] Constexpr member function inside a static member is not working)

PR c++/55931
* parser.c (cp_parser_template_argument): Don't
fold_non_dependent_expr.

From-SVN: r196746
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp0x/constexpr-template4.C [new file with mode: 0644]