re PR c++/48735 ([C++0x][SFINAE] Hard errors with array list-construction and deleted...
commit65dbe23923efe97ac7edaa04fccacdb722a4a400
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 9 May 2011 22:57:19 +0000 (9 22:57 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 9 May 2011 22:57:19 +0000 (9 22:57 +0000)
tree0c078fd483c303aeff46e2a770dd4596a02e38e6
parentaec288a2f4180330943665dd06f76a4c0eb1abb8
re PR c++/48735 ([C++0x][SFINAE] Hard errors with array list-construction and deleted default c'tor)

2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/48735
* g++.dg/cpp0x/sfinae21.C: New.

2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/template/sfinae28.C: Rename to...
* g++.dg/cpp0x/sfinae19.C: ... this.
* g++.dg/template/sfinae29.C: Rename to...
* g++.dg/cpp0x/sfinae20.C: ... this.

From-SVN: r173597
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/sfinae19.C [moved from gcc/testsuite/g++.dg/template/sfinae28.C with 100% similarity]
gcc/testsuite/g++.dg/cpp0x/sfinae20.C [moved from gcc/testsuite/g++.dg/template/sfinae29.C with 100% similarity]
gcc/testsuite/g++.dg/cpp0x/sfinae21.C [new file with mode: 0644]