re PR c++/63996 (Infinite loop in invalid C++14 constexpr fn)
authorKai Tietz <ktietz@redhat.com>
Fri, 12 Dec 2014 17:14:54 +0000 (18:14 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 12 Dec 2014 17:14:54 +0000 (18:14 +0100)
commit5a5e54cdf872f476a2412f317f8744b13774b3ff
tree97b294078eb7ec295fe1eb9cc5c646770d10fbcd
parent32b671f05ae8e4528a980dd4283ea637ad5ca1c4
re PR c++/63996 (Infinite loop in invalid C++14 constexpr fn)

PR c++/63996
* constexpr.c (cxx_eval_loop_expr): Don't loop
endless on none-constant expression.

From-SVN: r218682
gcc/cp/ChangeLog
gcc/cp/constexpr.c