2014-09-01 Andrew Sutton <andrew.n.sutton@gmail.com>
commit749ff859eb297807872deacbaee0bd19f187eb91
authorasutton <asutton@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Sep 2014 17:01:12 +0000 (1 17:01 +0000)
committerasutton <asutton@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Sep 2014 17:01:12 +0000 (1 17:01 +0000)
treef31df96c55ce94d6550835353a66ffc585f56113
parent40494ab62997d1f926409fe4a70b2183dce2109c
2014-09-01  Andrew Sutton  <andrew.n.sutton@gmail.com>

Fixing normalization in the presence of constructor calls.
* gcc/cp/constraint.cc (normalize_misc): Handle constructor
expressions.
* gcc/testsuite/g++.dg/concepts/req7.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/c++-concepts@214802 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog.concepts
gcc/cp/constraint.cc
gcc/testsuite/g++.dg/concepts/req7.C [new file with mode: 0644]