re PR c++/58457 (ICE when placement new operator is used with using keyword and custo...
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 18 Sep 2013 18:11:46 +0000 (18:11 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 18 Sep 2013 18:11:46 +0000 (18:11 +0000)
commit3f3fd87d46ec45a4894ae9390424bf7663f771e4
tree4cb10f8c84e2ae784ceffb7b2518c173f45b70ef
parentb21abceec3c77f2b847b4687947d7fcf745ffdf9
re PR c++/58457 (ICE when placement new operator is used with using keyword and custom constructor)

/cp
2013-09-18  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58457
* class.c (instantiate_type): Loosen a bit the gcc_assert.

/testsuite
2013-09-18  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58457
* g++.dg/parse/using4.C: New.

From-SVN: r202711
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/using4.C [new file with mode: 0644]