PR c++/81853 - using-directive and constexpr.
authorJason Merrill <jason@redhat.com>
Fri, 16 Feb 2018 21:02:55 +0000 (16:02 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Feb 2018 21:02:55 +0000 (16:02 -0500)
commit3664e317b8efce5e4b37aca4724b05945bcbbb4f
treecf047000740d1698d40e8998390e30b3fe94c896
parent6f58bc5825c0d0ff0606b747b01bb2dcff882a1d
PR c++/81853 - using-directive and constexpr.

* constexpr.c (cxx_eval_constant_expression): Handle USING_STMT.

From-SVN: r257762
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/ext/stmtexpr22.C [new file with mode: 0644]