re PR c++/35317 (ICE with operator delete[] and ellipsis)
authorSimon Martin <simartin@users.sourceforge.net>
Sat, 14 Jun 2008 00:19:25 +0000 (00:19 +0000)
committerSimon Martin <simartin@gcc.gnu.org>
Sat, 14 Jun 2008 00:19:25 +0000 (00:19 +0000)
commit4b8cb94c75369959bf369c9129c03a0976cec984
tree3432f4983a8f2987d5206954ad0d803c38dfa267
parentdf2fa09712214e5be2468ef876e9964569240c71
re PR c++/35317 (ICE with operator delete[] and ellipsis)

gcc/cp/

2008-06-14  Simon Martin  <simartin@users.sourceforge.net>

    PR c++/35317
    * class.c (type_requires_array_cookie): Do not consider delete[]
    operators with an ellipsis as second argument.

gcc/testsuite/

2008-06-14  Simon Martin  <simartin@users.sourceforge.net>

    PR c++/35317
    * g++.dg/other/dtor2.C: New test.

From-SVN: r136774
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/dtor2.C [new file with mode: 0644]